fix: pin huggingface_hub to 0.24.2 to resolve HfFolder ImportError
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -21,4 +21,4 @@ httpx>=0.27.0
|
|
| 21 |
aiohttp>=3.9.0
|
| 22 |
gradio>=5.0.0
|
| 23 |
fpdf2>=2.7.8
|
| 24 |
-
huggingface_hub
|
|
|
|
| 21 |
aiohttp>=3.9.0
|
| 22 |
gradio>=5.0.0
|
| 23 |
fpdf2>=2.7.8
|
| 24 |
+
huggingface_hub==0.24.2
|