yoon-gu commited on
Commit
55c3782
1 Parent(s): d9c3ab3

Update app.py

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