Spaces:
Sleeping
Sleeping
Hjgugugjhuhjggg
commited on
Update requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
CHANGED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.95.2
|
2 |
+
uvicorn==0.22.0
|
3 |
+
boto3==1.28.17
|
4 |
+
requests==2.31.0
|
5 |
+
torch==2.1.0
|
6 |
+
transformers==4.32.0
|
7 |
+
safetensors==0.3.3
|
8 |
+
pydantic==2.8.2
|
9 |
+
python-dotenv==1.0.0
|
10 |
+
tqdm==4.65.0
|