Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -67,7 +67,7 @@ ${urlOutputVideo}
|
|
67 |
description: descriptionMd,
|
68 |
});
|
69 |
const paramsStr = params.toString();
|
70 |
-
window.open(`https://huggingface.co/spaces/haoheliu/
|
71 |
shareBtnEl.style.removeProperty('pointer-events');
|
72 |
shareIconEl.style.removeProperty('display');
|
73 |
loadingIconEl.style.display = 'none';
|
|
|
67 |
description: descriptionMd,
|
68 |
});
|
69 |
const paramsStr = params.toString();
|
70 |
+
window.open(`https://huggingface.co/spaces/haoheliu/audioldm2-text2audio-text2music/discussions/new?${paramsStr}`, '_blank');
|
71 |
shareBtnEl.style.removeProperty('pointer-events');
|
72 |
shareIconEl.style.removeProperty('display');
|
73 |
loadingIconEl.style.display = 'none';
|