openfree commited on
Commit
a80cca0
·
verified ·
1 Parent(s): 24aa0ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -549,4 +549,4 @@ with gr.Blocks(theme=theme, css=css) as demo:
549
  demo.load(fn=swap_visibilty, outputs=main_ui)
550
 
551
  if __name__ == "__main__":
552
- demo.launch(share=True, show_error=True)
 
549
  demo.load(fn=swap_visibilty, outputs=main_ui)
550
 
551
  if __name__ == "__main__":
552
+ demo.launch(auth=("gini","pick"),share=True, show_error=True)