Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Change share link
Browse files- share_btn.py +2 -2
share_btn.py
CHANGED
@@ -53,8 +53,8 @@ ${htmlImgs.join(`\n`)}
|
|
53 |
description: descriptionMd,
|
54 |
});
|
55 |
const paramsStr = params.toString();
|
56 |
-
window.open(`https://huggingface.co/spaces/
|
57 |
shareBtnEl.style.removeProperty('pointer-events');
|
58 |
shareIconEl.style.removeProperty('display');
|
59 |
loadingIconEl.style.display = 'none';
|
60 |
-
}"""
|
|
|
53 |
description: descriptionMd,
|
54 |
});
|
55 |
const paramsStr = params.toString();
|
56 |
+
window.open(`https://huggingface.co/spaces/pcuenq/sdxl/discussions/new?${paramsStr}`, '_blank');
|
57 |
shareBtnEl.style.removeProperty('pointer-events');
|
58 |
shareIconEl.style.removeProperty('display');
|
59 |
loadingIconEl.style.display = 'none';
|
60 |
+
}"""
|