Spaces:
Sleeping
Sleeping
ts startup
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
# fastapi==0.104.1
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
-
gradio
|
|
|
|
| 4 |
pydantic==2.5.2
|
| 5 |
python-multipart>=0.0.9
|
| 6 |
|
|
|
|
| 1 |
# fastapi==0.104.1
|
| 2 |
uvicorn[standard]==0.24.0
|
| 3 |
+
gradio>=4.0.0
|
| 4 |
+
gradio[mcp]
|
| 5 |
pydantic==2.5.2
|
| 6 |
python-multipart>=0.0.9
|
| 7 |
|