Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
|
|
1 |
fastapi
|
2 |
fastapi-cors
|
3 |
-
uvicorn
|
4 |
-
tensorflow
|
5 |
numpy
|
6 |
pillow
|
7 |
pandas
|
8 |
python-multipart
|
9 |
pydantic
|
10 |
-
|
|
|
|
|
|
1 |
+
dill
|
2 |
fastapi
|
3 |
fastapi-cors
|
|
|
|
|
4 |
numpy
|
5 |
pillow
|
6 |
pandas
|
7 |
python-multipart
|
8 |
pydantic
|
9 |
+
scikit-learn
|
10 |
+
tensorflow
|
11 |
+
uvicorn
|