fix: resolve huggingface_hub version conflict for Gradio 5
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -20,4 +20,5 @@ python-multipart>=0.0.9
|
|
| 20 |
httpx>=0.27.0
|
| 21 |
aiohttp>=3.9.0
|
| 22 |
gradio>=5.0.0
|
| 23 |
-
fpdf2>=2.7.8
|
|
|
|
|
|
| 20 |
httpx>=0.27.0
|
| 21 |
aiohttp>=3.9.0
|
| 22 |
gradio>=5.0.0
|
| 23 |
+
fpdf2>=2.7.8
|
| 24 |
+
huggingface_hub>=0.25.0
|