Moibe commited on
Commit
dfc9df3
·
1 Parent(s): b3c3c23

Fix auth call

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,4 +149,4 @@ with gr.Blocks(theme=gr.themes.Base(), css="footer {visibility: hidden}") as mai
149
  outputs=[result_image, lbl_console, html_credits, btn_buy],
150
  allow_flagging='never'
151
  )
152
- main.launch(auth=auth.authenticate)
 
149
  outputs=[result_image, lbl_console, html_credits, btn_buy],
150
  allow_flagging='never'
151
  )
152
+ main.launch(auth=authenticate)