Spaces:
No application file
No application file
Upload requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,8 @@ fastapi==0.104.1
|
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
httpx==0.25.1
|
| 4 |
pydantic==2.5.0
|
| 5 |
-
python-dotenv==1.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
httpx==0.25.1
|
| 4 |
pydantic==2.5.0
|
| 5 |
+
python-dotenv==1.0.0
|
| 6 |
+
transformers==4.35.0
|
| 7 |
+
torch==2.1.0
|
| 8 |
+
safetensors==0.4.0
|
| 9 |
+
gradio==4.12.0
|