coyotte508 HF Staff commited on
Commit
11f0693
·
verified ·
1 Parent(s): 95127f0

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -10,7 +10,7 @@
10
  {
11
  "imports": {
12
  "@huggingface/hub-esm": "https://esm.sh/@huggingface/[email protected]",
13
- "@huggingface/hub": "https://cdn.jsdelivr.net/npm/@huggingface/[email protected]"
14
  }
15
  }
16
  </script>
@@ -26,10 +26,10 @@
26
  <pre id="hub-esm" class="bg-gray-100 rounded p-3 mb-8 text-sm">
27
  Output will be here (loading slice of <a href="https://huggingface.co/celinah/xet-experiments/blob/main/model5GB.safetensors" class="underline">this file</a>)</pre>
28
 
29
- <p class="text-gray-400 text-sm">https://cdn.jsdelivr.net/npm/@huggingface/[email protected]</p>
30
 
31
  <pre id="hub" class="bg-gray-100 rounded p-3 mb-8 text-sm">
32
- Output will be here (loading slice of <a href="https://huggingface.co/celinah/xet-experiments/blob/main/model5GB.safetensors" class="underline">this file</a>))</pre
33
  >
34
  </div>
35
  </body>
 
10
  {
11
  "imports": {
12
  "@huggingface/hub-esm": "https://esm.sh/@huggingface/[email protected]",
13
+ "@huggingface/hub": "https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/+esm"
14
  }
15
  }
16
  </script>
 
26
  <pre id="hub-esm" class="bg-gray-100 rounded p-3 mb-8 text-sm">
27
  Output will be here (loading slice of <a href="https://huggingface.co/celinah/xet-experiments/blob/main/model5GB.safetensors" class="underline">this file</a>)</pre>
28
 
29
+ <p class="text-gray-400 text-sm">https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/+esm</p>
30
 
31
  <pre id="hub" class="bg-gray-100 rounded p-3 mb-8 text-sm">
32
+ Output will be here (loading slice of <a href="https://huggingface.co/celinah/xet-experiments/blob/main/model5GB.safetensors" class="underline">this file</a>)</pre
33
  >
34
  </div>
35
  </body>