Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,4 +56,4 @@ demo = gr.Interface(
56
 
57
  # --- Launch the App and MCP Server ---
58
  # mcp_server=True is the magic parameter that exposes your function as an MCP tool
59
- demo.launch(mcp_server=True)
 
56
 
57
  # --- Launch the App and MCP Server ---
58
  # mcp_server=True is the magic parameter that exposes your function as an MCP tool
59
+ demo.launch(mcp_server=True,share=True)