Spaces:
Sleeping
Sleeping
Fix auth call
Browse files
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=
|
|
|
149 |
outputs=[result_image, lbl_console, html_credits, btn_buy],
|
150 |
allow_flagging='never'
|
151 |
)
|
152 |
+
main.launch(auth=authenticate)
|