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