Skip to content

Commit

Permalink
remove queue, close Akegarasu#5
Browse files Browse the repository at this point in the history
  • Loading branch information
Akegarasu committed Mar 17, 2023
1 parent 880091b commit 9c07ca6
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 @@ -6,7 +6,7 @@
def main():
load_model()
ui = create_ui()
ui.queue().launch(
ui.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 9c07ca6

Please sign in to comment.