Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -9
requirements.txt
CHANGED
@@ -1,9 +1,8 @@
|
|
1 |
-
fastapi
|
2 |
-
uvicorn[standard]
|
3 |
-
python-multipart
|
4 |
-
transformers
|
5 |
-
torch
|
6 |
-
Pillow
|
7 |
-
numpy
|
8 |
-
opencv-python-headless
|
9 |
-
python-base64
|
|
|
1 |
+
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
python-multipart
|
4 |
+
transformers
|
5 |
+
torch
|
6 |
+
Pillow
|
7 |
+
numpy
|
8 |
+
opencv-python-headless
|
|