Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -15,8 +15,9 @@ lxml>=4.9.0
|
|
| 15 |
pandas>=2.0.0
|
| 16 |
|
| 17 |
# Web Framework for HuggingFace Space
|
| 18 |
-
#
|
| 19 |
-
gradio
|
|
|
|
| 20 |
|
| 21 |
# Async Support
|
| 22 |
httpx>=0.25.0
|
|
|
|
| 15 |
pandas>=2.0.0
|
| 16 |
|
| 17 |
# Web Framework for HuggingFace Space
|
| 18 |
+
# Pin to stable version with compatible huggingface_hub
|
| 19 |
+
gradio==4.44.0
|
| 20 |
+
huggingface_hub>=0.24.0,<1.0.0
|
| 21 |
|
| 22 |
# Async Support
|
| 23 |
httpx>=0.25.0
|