jbilcke-hf HF staff commited on
Commit
415fa0f
·
verified ·
1 Parent(s): 951e5e8

Update index.html

Browse files
Files changed (1) hide show
  1. 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/": "/libs/three.js/0.172.0/jsm/",
75
- "@gradio/client": "/libs/gradio-client.js/1.10.0/gradio-client.js"
 
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>