Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +5 -4
requirements.txt
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
fastapi
|
2 |
-
uvicorn
|
3 |
-
|
4 |
-
torch
|
5 |
transformers
|
6 |
-
|
|
|
|
|
|
1 |
fastapi
|
2 |
+
uvicorn[standard]
|
3 |
+
tensorflow
|
|
|
4 |
transformers
|
5 |
+
torch
|
6 |
+
pillow
|
7 |
+
python-multipart
|