enzostvs HF staff commited on
Commit
25d4967
·
1 Parent(s): 1764276

hide banner

Browse files
Files changed (1) hide show
  1. src/routes/+layout.svelte +3 -1
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