Fix: bump gradio to 5.7.1 to resolve HfFolder ImportError with huggingface_hub 1.x
Browse files- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -4,7 +4,7 @@ emoji: 🎭
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
-
sdk_version: "5.
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: other
|
|
|
|
| 4 |
colorFrom: purple
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
+
sdk_version: "5.7.1"
|
| 8 |
app_file: app.py
|
| 9 |
pinned: true
|
| 10 |
license: other
|
requirements.txt
CHANGED
|
@@ -6,7 +6,7 @@ transformers>=4.50.0
|
|
| 6 |
accelerate>=1.0.0
|
| 7 |
huggingface_hub>=0.26.0
|
| 8 |
safetensors>=0.4.0
|
| 9 |
-
gradio>=5.
|
| 10 |
audioop-lts
|
| 11 |
spaces
|
| 12 |
opencv-python-headless
|
|
|
|
| 6 |
accelerate>=1.0.0
|
| 7 |
huggingface_hub>=0.26.0
|
| 8 |
safetensors>=0.4.0
|
| 9 |
+
gradio>=5.7.1
|
| 10 |
audioop-lts
|
| 11 |
spaces
|
| 12 |
opencv-python-headless
|