CreativeWorks commited on
Commit
66b624e
Β·
verified Β·
1 Parent(s): ab711c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,5 +152,5 @@ with gr.Blocks(fill_height=True, css=css) as demo:
152
  gr.Markdown(LICENSE)
153
 
154
  if __name__ == "__main__":
155
- demo.launch(auth=auth_credentials, share=True)
156
 
 
152
  gr.Markdown(LICENSE)
153
 
154
  if __name__ == "__main__":
155
+ demo.launch(auth=auth(auth_users, auth_passwords), share=True)
156