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