Pin huggingface_hub<1.0 (1.0 dropped HfFolder, breaks gradio 4.44)
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
gradio==4.44.1
|
|
|
|
| 2 |
predictlm>=11.1
|
| 3 |
pandas>=2.0
|
| 4 |
numpy>=1.24
|
|
|
|
| 1 |
gradio==4.44.1
|
| 2 |
+
huggingface_hub<1.0
|
| 3 |
predictlm>=11.1
|
| 4 |
pandas>=2.0
|
| 5 |
numpy>=1.24
|