Bayhaqy commited on
Commit
52f890c
·
verified ·
1 Parent(s): e340539

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=True, debug=True, auth=("admin", "admin"), ssr_mode=False)
 
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)