Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -93,7 +93,7 @@ Your browser does not support the audio element.
|
|
93 |
description: descriptionMd,
|
94 |
});
|
95 |
const paramsStr = params.toString();
|
96 |
-
window.open(`https://huggingface.co/spaces/
|
97 |
shareBtnEl.style.removeProperty('pointer-events');
|
98 |
shareIconEl.style.removeProperty('display');
|
99 |
loadingIconEl.style.display = 'none';
|
|
|
93 |
description: descriptionMd,
|
94 |
});
|
95 |
const paramsStr = params.toString();
|
96 |
+
window.open(`https://huggingface.co/spaces/spaces/nightfury/img2music/discussions/new?${paramsStr}`, '_blank');
|
97 |
shareBtnEl.style.removeProperty('pointer-events');
|
98 |
shareIconEl.style.removeProperty('display');
|
99 |
loadingIconEl.style.display = 'none';
|