Ankush commited on
Commit ·
c63a5dd
1
Parent(s): 690bbc9
Pin huggingface_hub<0.25.0 to fix HfFolder import error in gradio oauth
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ torchvision
|
|
| 5 |
opencv-python-headless
|
| 6 |
Pillow
|
| 7 |
pycryptodome
|
| 8 |
-
huggingface_hub
|
| 9 |
numpy<2.0
|
| 10 |
imageio
|
| 11 |
requests
|
|
|
|
| 5 |
opencv-python-headless
|
| 6 |
Pillow
|
| 7 |
pycryptodome
|
| 8 |
+
huggingface_hub>=0.19.3,<0.25.0
|
| 9 |
numpy<2.0
|
| 10 |
imageio
|
| 11 |
requests
|