Spaces:
Running
Running
Commit
•
3e4a059
1
Parent(s):
e89d22b
Upgrade @huggingface/hub
Browse filesTo take advantage of https://github.com/huggingface/huggingface.js/pull/86
This will fix uploads of files above 10MB
- 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/[email protected].
|
11 |
}
|
12 |
}
|
13 |
</script>
|
|
|
7 |
<script type="importmap">
|
8 |
{
|
9 |
"imports": {
|
10 |
+
"@huggingface/hub": "https://cdn.skypack.dev/@huggingface/[email protected].6"
|
11 |
}
|
12 |
}
|
13 |
</script>
|