ginipick commited on
Commit
6293da2
·
verified ·
1 Parent(s): 70cd306

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -271,4 +271,4 @@ with gr.Blocks(theme="soft", css=css) as demo:
271
  )
272
 
273
  if __name__ == "__main__":
274
- demo.launch((mcp_server=True)
 
271
  )
272
 
273
  if __name__ == "__main__":
274
+ demo.launch(show_api=False, share=True, server_name="0.0.0.0", mcp_server=True)