Spaces:
Sleeping
Sleeping
Restore MCP server functionality
Browse files- app.py +1 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -42,4 +42,4 @@ demo = gr.Interface(
|
|
42 |
|
43 |
# Launch the interface and MCP server
|
44 |
if __name__ == "__main__":
|
45 |
-
demo.launch()
|
|
|
42 |
|
43 |
# Launch the interface and MCP server
|
44 |
if __name__ == "__main__":
|
45 |
+
demo.launch(mcp_server=True)
|
requirements.txt
CHANGED
@@ -1,2 +1,2 @@
|
|
1 |
-
gradio
|
2 |
textblob
|
|
|
1 |
+
gradio[mcp]
|
2 |
textblob
|