chansung commited on
Commit
2334dc1
1 Parent(s): f745223

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,4 +25,4 @@ with gr.Blocks() as demo:
25
 
26
  textbox.submit(chat, textbox, chatbot)
27
 
28
- demo.queue().launch()
 
25
 
26
  textbox.submit(chat, textbox, chatbot)
27
 
28
+ demo.queue(api_open=False).launch()