Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1,8 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio
|
| 2 |
gradio_client
|
|
|
|
| 3 |
huggingface-hub
|
| 4 |
joblib==1.3.2
|
| 5 |
numpy==1.25.2
|
| 6 |
pandas==2.1.0
|
| 7 |
scikit-learn==1.2.2
|
| 8 |
-
scipy
|
|
|
|
|
|
|
|
|
| 1 |
+
fastapi
|
| 2 |
+
uvicorn
|
| 3 |
+
|
| 4 |
gradio
|
| 5 |
gradio_client
|
| 6 |
+
|
| 7 |
huggingface-hub
|
| 8 |
joblib==1.3.2
|
| 9 |
numpy==1.25.2
|
| 10 |
pandas==2.1.0
|
| 11 |
scikit-learn==1.2.2
|
| 12 |
+
scipy
|
| 13 |
+
|
| 14 |
+
requests
|