add queuing by default to avoid timeout on client side when share=True

This commit is contained in:
Pi Esposito 2022-12-04 12:33:15 -03:00
parent 44c46f0ed3
commit 12ade469c8
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.launch(
app, local_url, share_url = shared.demo.queue().launch(
share=cmd_opts.share,
server_name=server_name,
server_port=cmd_opts.port,