Merge pull request #11920 from wfjsw/typo-fix-1

typo fix
This commit is contained in:
AUTOMATIC1111
2023-07-21 18:01:20 +03:00
parent 51206edb62
commit 636ff513b0
3 changed files with 5 additions and 5 deletions

View File

@@ -407,7 +407,7 @@ def webui():
ssl_verify=cmd_opts.disable_tls_verify,
debug=cmd_opts.gradio_debug,
auth=gradio_auth_creds,
inbrowser=cmd_opts.autolaunch and os.getenv('SD_WEBUI_RESTARTING ') != '1',
inbrowser=cmd_opts.autolaunch and os.getenv('SD_WEBUI_RESTARTING') != '1',
prevent_thread_lock=True,
allowed_paths=cmd_opts.gradio_allowed_path,
app_kwargs={