Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
|
|
|
|
|
| 1 |
transformers==4.46.3
|
| 2 |
torch==2.4.1
|
|
|
|
| 3 |
gradio==5.6.0
|
| 4 |
-
huggingface-hub==0.26.2
|
|
|
|
|
|
| 1 |
+
fastapi==0.115.0
|
| 2 |
+
uvicorn==0.30.6
|
| 3 |
transformers==4.46.3
|
| 4 |
torch==2.4.1
|
| 5 |
+
pydantic==2.9.2
|
| 6 |
gradio==5.6.0
|
| 7 |
+
huggingface-hub==0.26.2
|
| 8 |
+
python-dotenv==1.0.1
|