mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
Remove unnecessary line
This commit is contained in:
parent
7990ed92be
commit
fc3063d9b9
1
webui.py
1
webui.py
@ -214,7 +214,6 @@ def webui():
|
|||||||
with open(cmd_opts.gradio_auth_path, 'r', encoding="utf8") as file:
|
with open(cmd_opts.gradio_auth_path, 'r', encoding="utf8") as file:
|
||||||
for line in file.readlines():
|
for line in file.readlines():
|
||||||
gradio_auth_creds += [x.strip() for x in line.split(',') if x.strip()]
|
gradio_auth_creds += [x.strip() for x in line.split(',') if x.strip()]
|
||||||
file.close()
|
|
||||||
|
|
||||||
app, local_url, share_url = shared.demo.launch(
|
app, local_url, share_url = shared.demo.launch(
|
||||||
share=cmd_opts.share,
|
share=cmd_opts.share,
|
||||||
|
Loading…
Reference in New Issue
Block a user