Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -3
index.html
CHANGED
@@ -70,9 +70,10 @@
|
|
70 |
<script type="importmap">
|
71 |
{
|
72 |
"imports": {
|
73 |
-
"three": "/libs/three.js/0.172.0/three.module.min.js",
|
74 |
-
"three/addons/": "/
|
75 |
-
"
|
|
|
76 |
}
|
77 |
}
|
78 |
</script>
|
|
|
70 |
<script type="importmap">
|
71 |
{
|
72 |
"imports": {
|
73 |
+
"three": "https://cdnjs.cloudflare.com/ajax/libs/three.js/0.172.0/three.module.min.js",
|
74 |
+
"three/addons/": "https://unpkg.com/three@0.172.0/examples/jsm/",
|
75 |
+
"three/examples/": "https://unpkg.com/three@0.172.0/examples/jsm/",
|
76 |
+
"@gradio/client": "https://cdn.jsdelivr.net/npm/@gradio/[email protected]/+esm"
|
77 |
}
|
78 |
}
|
79 |
</script>
|