coyotte508 HF staff commited on
Commit
185c9a6
1 Parent(s): 6de65f4

⬆️ Upgrade to @hugginface /inference patched version for better errors

Browse files
Files changed (1) hide show
  1. index.html +2 -2
index.html CHANGED
@@ -9,7 +9,7 @@
9
  <script type="importmap">
10
  {
11
  "imports": {
12
- "@huggingface/inference": "https://cdn.jsdelivr.net/npm/@huggingface/[email protected].0/+esm"
13
  }
14
  }
15
  </script>
@@ -29,7 +29,7 @@
29
 
30
  <p class="mt-8">
31
  First, input your token if you have one! Otherwise, you may encounter
32
- rate limiting (429 error). You can create a token for free at
33
  <a
34
  target="_blank"
35
  href="https://huggingface.co/settings/tokens"
 
9
  <script type="importmap">
10
  {
11
  "imports": {
12
+ "@huggingface/inference": "https://cdn.jsdelivr.net/npm/@huggingface/[email protected].1/+esm"
13
  }
14
  }
15
  </script>
 
29
 
30
  <p class="mt-8">
31
  First, input your token if you have one! Otherwise, you may encounter
32
+ rate limiting. You can create a token for free at
33
  <a
34
  target="_blank"
35
  href="https://huggingface.co/settings/tokens"