set default to avoid breaking stuff

This commit is contained in:
Pi Esposito 2022-12-04 14:13:31 -03:00
parent 12ade469c8
commit fcf372e5d0
No known key found for this signature in database
GPG Key ID: 5DE909C00CA37797

View File

@ -137,7 +137,7 @@ def webui():
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,
server_name=server_name,
server_port=cmd_opts.port,