Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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)
|