Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -409,4 +409,4 @@ with gr.Blocks() as apps:
|
|
| 409 |
# information to get API Key on https://aistudio.google.com/app/apikey
|
| 410 |
gr.Markdown("Get API Key on https://aistudio.google.com/app/apikey")
|
| 411 |
|
| 412 |
-
apps.launch(share=
|
|
|
|
| 409 |
# information to get API Key on https://aistudio.google.com/app/apikey
|
| 410 |
gr.Markdown("Get API Key on https://aistudio.google.com/app/apikey")
|
| 411 |
|
| 412 |
+
apps.launch(share=False, debug=True, auth=("admin", "admin"), ssr_mode=False)
|