Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -1,3 +1,6 @@
|
|
1 |
gradio==4.44.0
|
2 |
transformers==4.44.2
|
3 |
-
torch==2.4.1
|
|
|
|
|
|
|
|
1 |
gradio==4.44.0
|
2 |
transformers==4.44.2
|
3 |
+
torch==2.4.1
|
4 |
+
fastapi==0.115.0
|
5 |
+
uvicorn==0.31.0
|
6 |
+
pydantic==2.9.2
|