set default to avoid breaking stuff

parent 12ade469
...@@ -137,7 +137,7 @@ def webui(): ...@@ -137,7 +137,7 @@ def webui():
shared.demo = modules.ui.create_ui() shared.demo = modules.ui.create_ui()
app, local_url, share_url = shared.demo.queue().launch( app, local_url, share_url = shared.demo.queue(default_enabled=False).launch(
share=cmd_opts.share, share=cmd_opts.share,
server_name=server_name, server_name=server_name,
server_port=cmd_opts.port, server_port=cmd_opts.port,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment