matsuap commited on
Commit
0d363d5
·
verified ·
1 Parent(s): 17c464a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,4 +37,4 @@ demo = gr.Interface(
37
  )
38
 
39
  if __name__ == "__main__":
40
- demo.launch(mcp_server=True)
 
37
  )
38
 
39
  if __name__ == "__main__":
40
+ demo.launch(mcp_server=True, share=True)