coyotte508 HF staff commited on
Commit
3e4a059
1 Parent(s): e89d22b

Upgrade @huggingface/hub

Browse files

To take advantage of https://github.com/huggingface/huggingface.js/pull/86

This will fix uploads of files above 10MB

Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -7,7 +7,7 @@
7
  <script type="importmap">
8
  {
9
  "imports": {
10
- "@huggingface/hub": "https://cdn.skypack.dev/@huggingface/hub@0.1.5"
11
  }
12
  }
13
  </script>
 
7
  <script type="importmap">
8
  {
9
  "imports": {
10
+ "@huggingface/hub": "https://cdn.skypack.dev/@huggingface/hub@0.1.6"
11
  }
12
  }
13
  </script>