wlchee commited on
Commit
3f2c46b
·
verified ·
1 Parent(s): e6080c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,4 +42,4 @@ demo = gr.Interface(
42
 
43
  # Run on Gradio MCP
44
  if __name__ == "__main__":
45
- demo.launch(mcp_server=True)
 
42
 
43
  # Run on Gradio MCP
44
  if __name__ == "__main__":
45
+ demo.launch(mcp_server=True, share=True)