Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
hide banner
Browse files
src/routes/+layout.svelte
CHANGED
@@ -27,7 +27,7 @@
|
|
27 |
if (window.location.host === "enzostvs-lora-studio.hf.space") {
|
28 |
window.location.href = "https://lorastudio.co";
|
29 |
}
|
30 |
-
if (window.location.host !== "
|
31 |
init("enzostvs/lora-studio")
|
32 |
}
|
33 |
}
|
|
|
27 |
if (window.location.host === "enzostvs-lora-studio.hf.space") {
|
28 |
window.location.href = "https://lorastudio.co";
|
29 |
}
|
30 |
+
if (window.location.host !== "huggingface.co") {
|
31 |
init("enzostvs/lora-studio")
|
32 |
}
|
33 |
}
|