Spaces:
Runtime error
Runtime error
Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -64,7 +64,7 @@ This is my cool character! Made with Cyberpunk Anime Diffusion AI!
|
|
64 |
description: descriptionMd,
|
65 |
});
|
66 |
const paramsStr = params.toString();
|
67 |
-
window.open(`https://huggingface.co/spaces/DGSpitzer/
|
68 |
shareBtnEl.style.removeProperty('pointer-events');
|
69 |
shareIconEl.style.removeProperty('display');
|
70 |
loadingIconEl.style.display = 'none';
|
|
|
64 |
description: descriptionMd,
|
65 |
});
|
66 |
const paramsStr = params.toString();
|
67 |
+
window.open(`https://huggingface.co/spaces/DGSpitzer/DGS-Diffusion-Space/discussions/new?${paramsStr}`, '_blank');
|
68 |
shareBtnEl.style.removeProperty('pointer-events');
|
69 |
shareIconEl.style.removeProperty('display');
|
70 |
loadingIconEl.style.display = 'none';
|