Juan Tubert commited on
Commit
899673a
·
1 Parent(s): 79bd4cf

first commit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ demo = gr.Interface(
27
 
28
  # Launch both the Gradio web interface and the MCP server
29
  if __name__ == "__main__":
30
- demo.launch(mcp_server=True)
 
27
 
28
  # Launch both the Gradio web interface and the MCP server
29
  if __name__ == "__main__":
30
+ demo.launch(mcp_server=True,share=True)