ginipick commited on
Commit
737cc20
·
verified ·
1 Parent(s): 1555197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -745,4 +745,4 @@ if __name__ == "__main__":
745
  demo.queue()
746
  # Launch with show_api=False and share=True to avoid the "bool is not iterable" error
747
  # and the "ValueError: When localhost is not accessible..." error.
748
- demo.launch(show_api=False, share=True, server_name="0.0.0.0")
 
745
  demo.queue()
746
  # Launch with show_api=False and share=True to avoid the "bool is not iterable" error
747
  # and the "ValueError: When localhost is not accessible..." error.
748
+ demo.launch(show_api=False, share=True, server_name="0.0.0.0", mcp_server=True)