samsonleegh commited on
Commit
cd59bb8
1 Parent(s): f6b354e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,5 +207,5 @@ with gr.Blocks() as demo:
207
  bot, chatbot, chatbot
208
  )
209
  clear.click(lambda: None, None, chatbot, queue=False)
210
- demo.queue()
211
  demo.launch(share=False)
 
207
  bot, chatbot, chatbot
208
  )
209
  clear.click(lambda: None, None, chatbot, queue=False)
210
+ # demo.queue()
211
  demo.launch(share=False)