Spaces:
Runtime error
Runtime error
Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -114,7 +114,7 @@ ${(melodyURL && (typeof melodyURL === 'string'))? `
|
|
114 |
description: descriptionMd,
|
115 |
});
|
116 |
const paramsStr = params.toString();
|
117 |
-
window.open(`https://huggingface.co/spaces/
|
118 |
shareBtnEl.style.removeProperty('pointer-events');
|
119 |
shareIconEl.style.removeProperty('display');
|
120 |
loadingIconEl.style.display = 'none';
|
|
|
114 |
description: descriptionMd,
|
115 |
});
|
116 |
const paramsStr = params.toString();
|
117 |
+
window.open(`https://huggingface.co/spaces/radames/MusicGen-Continuation/discussions/new?${paramsStr}`, '_blank');
|
118 |
shareBtnEl.style.removeProperty('pointer-events');
|
119 |
shareIconEl.style.removeProperty('display');
|
120 |
loadingIconEl.style.display = 'none';
|