Spaces:
Sleeping
Sleeping
Commit ·
8afdd6d
1
Parent(s): f29d4e9
updated requirements.txt.
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn[standard]
|
| 3 |
scikit-learn
|
| 4 |
joblib
|
| 5 |
pydantic
|
| 6 |
-
gradio
|
| 7 |
-
huggingface-hub==0.19.4
|
|
|
|
| 1 |
+
huggingface-hub
|
| 2 |
fastapi
|
| 3 |
uvicorn[standard]
|
| 4 |
scikit-learn
|
| 5 |
joblib
|
| 6 |
pydantic
|
| 7 |
+
gradio
|
|
|