diff options
author | Ju1-js <40339350+Ju1-js@users.noreply.github.com> | 2023-03-02 02:25:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-02 02:25:23 +0000 |
commit | fc3063d9b924c094b59229269f4afe722b120d88 (patch) | |
tree | 4ddf279c7dbe9f585977299de98705ff5e41b3ca /webui.py | |
parent | 7990ed92be7f34e609b441252ff97ae1504b0a3f (diff) | |
download | stable-diffusion-webui-gfx803-fc3063d9b924c094b59229269f4afe722b120d88.tar.gz stable-diffusion-webui-gfx803-fc3063d9b924c094b59229269f4afe722b120d88.tar.bz2 stable-diffusion-webui-gfx803-fc3063d9b924c094b59229269f4afe722b120d88.zip |
Remove unnecessary line
Diffstat (limited to 'webui.py')
-rw-r--r-- | webui.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -214,7 +214,6 @@ def webui(): with open(cmd_opts.gradio_auth_path, 'r', encoding="utf8") as file:
for line in file.readlines():
gradio_auth_creds += [x.strip() for x in line.split(',') if x.strip()]
- file.close()
app, local_url, share_url = shared.demo.launch(
share=cmd_opts.share,
|