Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -2,4 +2,6 @@ fastapi>=0.68.0
|
|
2 |
uvicorn>=0.15.0
|
3 |
g4f>=0.2.0.0
|
4 |
pydantic>=1.8.0
|
5 |
-
python-multipart>=0.0.5
|
|
|
|
|
|
2 |
uvicorn>=0.15.0
|
3 |
g4f>=0.2.0.0
|
4 |
pydantic>=1.8.0
|
5 |
+
python-multipart>=0.0.5
|
6 |
+
asyncio
|
7 |
+
torch
|