Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
|
@@ -4,7 +4,11 @@ scikit-learn==1.2.2
|
|
| 4 |
pandas==1.5.3
|
| 5 |
tqdm==4.65.0
|
| 6 |
numpy==1.23.5
|
| 7 |
-
gradio==3.4.1
|
| 8 |
-
fastapi
|
| 9 |
#"uvicorn[standard]"
|
| 10 |
-
pydantic
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
pandas==1.5.3
|
| 5 |
tqdm==4.65.0
|
| 6 |
numpy==1.23.5
|
| 7 |
+
gradio==4.37.2 #3.4.1
|
| 8 |
+
fastapi == 0.111.0
|
| 9 |
#"uvicorn[standard]"
|
| 10 |
+
pydantic==2.8.2
|
| 11 |
+
httpx==0.27.0
|
| 12 |
+
httpcore==1.0.5
|
| 13 |
+
httptools==0.6.1
|
| 14 |
+
|