Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -10
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
fastapi
|
2 |
-
tensorflow
|
3 |
-
numpy
|
4 |
-
rembg
|
5 |
-
pillow
|
6 |
-
pandas
|
7 |
-
scikit-learn
|
8 |
-
matplotlib
|
9 |
-
uvicorn
|
10 |
-
python-multipart
|
|
|
|
1 |
+
fastapi
|
2 |
+
tensorflow
|
3 |
+
numpy
|
4 |
+
rembg
|
5 |
+
pillow
|
6 |
+
pandas
|
7 |
+
scikit-learn
|
8 |
+
matplotlib
|
9 |
+
uvicorn
|
10 |
+
python-multipart
|
11 |
+
onnxruntime
|