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