enzostvs HF staff commited on
Commit
6763579
·
1 Parent(s): 0bfe117

hide banner

Browse files
Files changed (1) hide show
  1. src/routes/+layout.svelte +1 -1
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 !== "https://huggingface.co") {
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
  }