broadfield-dev commited on
Commit
c3a874a
·
verified ·
1 Parent(s): d71e1fe

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -11,7 +11,7 @@
11
  <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
12
  <script>
13
  // Replace with your Hugging Face Space URL when deployed
14
- const BASE_URL = window.location.hostname === "localhost" ? "http://localhost:7860" : "https://<username>-<space-name>.hf.space";
15
 
16
  const scene = new THREE.Scene();
17
  const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000);
 
11
  <script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r134/three.min.js"></script>
12
  <script>
13
  // Replace with your Hugging Face Space URL when deployed
14
+ const BASE_URL = window.location.hostname === "localhost" ? "http://localhost:7860" : "https://broadfield-dev-mind-craft.hf.space";
15
 
16
  const scene = new THREE.Scene();
17
  const camera = new THREE.PerspectiveCamera(75, window.innerWidth / window.innerHeight, 0.1, 1000);