nysthee commited on
Commit
57266f5
·
1 Parent(s): a7ce002

Restore MCP server functionality

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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==4.44.0
2
  textblob
 
1
+ gradio[mcp]
2
  textblob