aboutsummaryrefslogtreecommitdiff
path: root/webui.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2022-09-12 13:23:58 +0300
committerGitHub <noreply@github.com>2022-09-12 13:23:58 +0300
commitc094f00e100f28f05bbef1b7572f38940ca27862 (patch)
tree881d96f0c84ad7f990e4fbb0ca1cdd2f3039ec4b /webui.py
parente05e46aa3f3b2230affe399372ad96d8736e4010 (diff)
parentddc86f2edb1db6ac3b708cf4a6ad6da5601d778c (diff)
Merge branch 'master' into master
Diffstat (limited to 'webui.py')
-rw-r--r--webui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui.py b/webui.py
index ca809f79..35c8362b 100644
--- a/webui.py
+++ b/webui.py
@@ -115,7 +115,7 @@ def webui():
run_pnginfo=modules.extras.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)
+ demo.launch(share=cmd_opts.share, server_name="0.0.0.0" if cmd_opts.listen else None, server_port=cmd_opts.port, debug=cmd_opts.gradio_debug)
if __name__ == "__main__":