Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi>=0.104.1
|
2 |
+
uvicorn>=0.24.0
|
3 |
+
pydantic>=2.5.2
|
4 |
+
transformers>=4.35.2
|
5 |
+
torch>=2.1.1
|
6 |
+
python-dotenv>=1.0.0
|
7 |
+
gunicorn>=21.2.0
|