Spaces:
Runtime error
Runtime error
Nicolas MERY commited on
Commit ·
34350db
1
Parent(s): eabdb01
fix: changed hf hub version
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ gradio
|
|
| 5 |
gradio[oauth]
|
| 6 |
gradio_leaderboard==0.0.13
|
| 7 |
gradio_client
|
| 8 |
-
huggingface-hub>=0.18.0
|
| 9 |
matplotlib
|
| 10 |
numpy
|
| 11 |
pandas
|
|
|
|
| 5 |
gradio[oauth]
|
| 6 |
gradio_leaderboard==0.0.13
|
| 7 |
gradio_client
|
| 8 |
+
huggingface-hub>=0.18.0, <=0.25.2
|
| 9 |
matplotlib
|
| 10 |
numpy
|
| 11 |
pandas
|