Spaces:
Sleeping
Sleeping
barathvasan-dev commited on
Commit ·
acf4948
1
Parent(s): b851522
Fix: Update huggingface_hub to >=0.33.5 for compatibility with gradio 6.14.0
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -21,7 +21,7 @@ python-dotenv==1.0.1
|
|
| 21 |
|
| 22 |
pandas==2.2.2
|
| 23 |
|
| 24 |
-
huggingface_hub=
|
| 25 |
|
| 26 |
accelerate==0.30.1
|
| 27 |
|
|
|
|
| 21 |
|
| 22 |
pandas==2.2.2
|
| 23 |
|
| 24 |
+
huggingface_hub>=0.33.5
|
| 25 |
|
| 26 |
accelerate==0.30.1
|
| 27 |
|