Spaces:
Running
on
A10G
Running
on
A10G
Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -90,7 +90,7 @@ ${captionTxt}
|
|
90 |
description: descriptionMd,
|
91 |
});
|
92 |
const paramsStr = params.toString();
|
93 |
-
window.open(`https://huggingface.co/spaces/fffiloni/zeroscope/discussions/new?${paramsStr}`, '_blank');
|
94 |
shareBtnEl.style.removeProperty('pointer-events');
|
95 |
shareIconEl.style.removeProperty('display');
|
96 |
loadingIconEl.style.display = 'none';
|
|
|
90 |
description: descriptionMd,
|
91 |
});
|
92 |
const paramsStr = params.toString();
|
93 |
+
window.open(`https://huggingface.co/spaces/fffiloni/zeroscope-img-to-video/discussions/new?${paramsStr}`, '_blank');
|
94 |
shareBtnEl.style.removeProperty('pointer-events');
|
95 |
shareIconEl.style.removeProperty('display');
|
96 |
loadingIconEl.style.display = 'none';
|