Commit
•
185c9a6
1
Parent(s):
6de65f4
⬆️ Upgrade to @hugginface /inference patched version for better errors
Browse files- 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].
|
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
|
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"
|