Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse filesadd huggingface_hub<1.0 to fix "ImportError: cannot import name 'HfFolder' from 'huggingface_hub' ..."
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
gradio
|
| 2 |
spaces
|
| 3 |
transformers>=4.46.0
|
|
|
|
| 4 |
|
| 5 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 6 |
torch
|
|
|
|
| 1 |
gradio
|
| 2 |
spaces
|
| 3 |
transformers>=4.46.0
|
| 4 |
+
huggingface_hub<1.0
|
| 5 |
|
| 6 |
--extra-index-url https://download.pytorch.org/whl/cu113
|
| 7 |
torch
|