yoon-gu commited on
Commit
4cf05df
1 Parent(s): 039d478

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ with gr.Blocks() as demo:
49
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
50
 
51
  demo.queue(concurrency_count=3)
52
- demo.launch()
 
49
  msg.submit(respond, [msg, chatbot], [msg, chatbot])
50
 
51
  demo.queue(concurrency_count=3)
52
+ demo.launch(auth=("woojoo", "woojoo!"))