Unverified Commit cce6f1df authored by orionaskatu's avatar orionaskatu Committed by GitHub

fix default

parent 50178b7f
...@@ -191,4 +191,4 @@ if __name__ == "__main__": ...@@ -191,4 +191,4 @@ if __name__ == "__main__":
run_pnginfo=run_pnginfo 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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment