Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
fastapi
|
2 |
flask
|
3 |
-
|
4 |
transformers
|
5 |
torch
|
6 |
-
|
7 |
joblib
|
8 |
-
|
9 |
gunicorn
|
|
|
1 |
fastapi
|
2 |
flask
|
3 |
+
pydantic
|
4 |
transformers
|
5 |
torch
|
6 |
+
pillow
|
7 |
joblib
|
8 |
+
uvicorn
|
9 |
gunicorn
|