aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--webui.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/webui.py b/webui.py
index d60c4e5d..be39fa8d 100644
--- a/webui.py
+++ b/webui.py
@@ -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,