Joan Giner commited on
Commit
ff7fda0
·
1 Parent(s): 0602a0e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -637,5 +637,5 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css) as demo:
637
 
638
  # Run the app
639
  #demo.queue(concurrency_count=5,max_size=20).launch()
640
- demo.launch(share=True,auth=("CKIM2023", "demodemo"))
641
 
 
637
 
638
  # Run the app
639
  #demo.queue(concurrency_count=5,max_size=20).launch()
640
+ demo.launch(auth=("CKIM2023", "demodemo"))
641