Commit ·
825561e
1
Parent(s): 3f55b43
Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
|
@@ -112,7 +112,7 @@ This is my cool character! Made with Cyberpunk Anime Diffusion AI!
|
|
| 112 |
const paramsStr = params.toString();
|
| 113 |
window.open(`https://huggingface.co/spaces/sd-concepts-library/stable-diffusion-conceptualizer/discussions/new?${paramsStr}`, '_blank');
|
| 114 |
window.open(`https://huggingface.co/spaces/DGSpitzer/DGS-Diffusion-Space/discussions/new?${paramsStr}`, '_blank');
|
| 115 |
-
|
| 116 |
shareBtnEl.style.removeProperty('pointer-events');
|
| 117 |
shareIconEl.style.removeProperty('display');
|
| 118 |
loadingIconEl.style.display = 'none';
|
|
|
|
| 112 |
const paramsStr = params.toString();
|
| 113 |
window.open(`https://huggingface.co/spaces/sd-concepts-library/stable-diffusion-conceptualizer/discussions/new?${paramsStr}`, '_blank');
|
| 114 |
window.open(`https://huggingface.co/spaces/DGSpitzer/DGS-Diffusion-Space/discussions/new?${paramsStr}`, '_blank');
|
| 115 |
+
window.open(`https://huggingface.co/spaces/stabilityai/stable-diffusion/discussions/new?${paramsStr}`, '_blank');
|
| 116 |
shareBtnEl.style.removeProperty('pointer-events');
|
| 117 |
shareIconEl.style.removeProperty('display');
|
| 118 |
loadingIconEl.style.display = 'none';
|