mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 02:30:30 -08:00
typo fix
This commit is contained in:
parent
2f98f7c924
commit
118529a6dc
2 changed files with 4 additions and 4 deletions
2
webui.py
2
webui.py
|
|
@ -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={
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue