mirror of
https://github.com/openvinotoolkit/stable-diffusion-webui.git
synced 2024-12-14 14:45:06 +03:00
fix default
This commit is contained in:
parent
50178b7f5b
commit
cce6f1df41
2
webui.py
2
webui.py
@ -191,4 +191,4 @@ if __name__ == "__main__":
|
||||
run_pnginfo=run_pnginfo
|
||||
)
|
||||
|
||||
demo.launch(share=cmd_opts.share, server_name="0.0.0.0" if cmd_opts.listen else None, server_port=cmd_opts.port if cmd_opts.port else None)
|
||||
demo.launch(share=cmd_opts.share, server_name="0.0.0.0" if cmd_opts.listen else None, server_port=cmd_opts.port)
|
||||
|
Loading…
Reference in New Issue
Block a user