Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -3,7 +3,8 @@ mcp>=1.0.0
|
|
| 3 |
fastmcp>=0.1.0
|
| 4 |
|
| 5 |
# Web UI
|
| 6 |
-
gradio
|
|
|
|
| 7 |
|
| 8 |
# Web framework (for MCP endpoints)
|
| 9 |
fastapi==0.109.0
|
|
|
|
| 3 |
fastmcp>=0.1.0
|
| 4 |
|
| 5 |
# Web UI
|
| 6 |
+
gradio==4.44.1
|
| 7 |
+
huggingface-hub>=0.20.0,<0.22.0
|
| 8 |
|
| 9 |
# Web framework (for MCP endpoints)
|
| 10 |
fastapi==0.109.0
|