Spaces:
Sleeping
Sleeping
Update index.html
Browse files- 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
|
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);
|