Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Akegarasu committed Mar 19, 2023
1 parent d0c38b7 commit d277a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webui.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def wait_on_server(ui=None):
def main():
while True:
ui = create_ui()
ui.launch(
ui.queue(concurrency_count=5, max_size=64).launch(
server_name="0.0.0.0" if cmd_opts.listen else None,
server_port=cmd_opts.port,
share=cmd_opts.share,
Expand Down

0 comments on commit d277a94

Please sign in to comment.