Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
156 |
|
|
|
152 |
gr.Markdown(LICENSE)
|
153 |
|
154 |
if __name__ == "__main__":
|
155 |
+
demo.launch(auth=(auth_users, auth_passwords), share=True)
|
156 |
|