Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -81,7 +81,7 @@ ${htmlImgsMd}
|
|
81 |
description: descriptionMd,
|
82 |
});
|
83 |
const paramsStr = params.toString();
|
84 |
-
window.open(`https://huggingface.co/spaces/huggingface-projects/magic-
|
85 |
shareBtnEl.style.removeProperty('pointer-events');
|
86 |
shareIconEl.style.removeProperty('display');
|
87 |
loadingIconEl.style.display = 'none';
|
|
|
81 |
description: descriptionMd,
|
82 |
});
|
83 |
const paramsStr = params.toString();
|
84 |
+
window.open(`https://huggingface.co/spaces/huggingface-projects/magic-diffusion/new?${paramsStr}`, '_blank');
|
85 |
shareBtnEl.style.removeProperty('pointer-events');
|
86 |
shareIconEl.style.removeProperty('display');
|
87 |
loadingIconEl.style.display = 'none';
|