Spaces:
Runtime error
Runtime error
add libs
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -2,4 +2,5 @@ fastapi==0.115.0
|
|
| 2 |
pydantic==2.9.2
|
| 3 |
transformers==4.44.2
|
| 4 |
torch==2.4.1
|
| 5 |
-
python-dotenv==1.0.1
|
|
|
|
|
|
| 2 |
pydantic==2.9.2
|
| 3 |
transformers==4.44.2
|
| 4 |
torch==2.4.1
|
| 5 |
+
python-dotenv==1.0.1
|
| 6 |
+
uvicorn==0.30.6
|