Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
fastapi==0.104.1
|
2 |
+
gradio==4.7.1
|
3 |
+
uvicorn[standard]==0.24.0
|
4 |
+
aiohttp==3.9.1
|
5 |
+
pydantic==2.5.0
|
6 |
+
python-multipart==0.0.6
|