Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
-
|
|
|
|
|
2 |
torch>=2.0.0
|
3 |
transformers>=4.30.0
|
4 |
-
numpy>=1.24.0
|
5 |
-
gradio>=4.0.0
|
|
|
1 |
+
fastapi>=0.68.0
|
2 |
+
uvicorn>=0.15.0
|
3 |
+
pydantic>=1.8.0
|
4 |
torch>=2.0.0
|
5 |
transformers>=4.30.0
|
6 |
+
numpy>=1.24.0
|
|