ysharma HF Staff commited on
Commit
852b31b
·
1 Parent(s): 43190be
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,4 +63,4 @@ def predict(user_input, chatbot):
63
  return bot_message
64
 
65
  chatbot = gr.Chatbot()
66
- gr.ChatInterface(predict, chatbot=chatbot, delete_last_btn="del").launch(share=False, debug=True) #examples=["How are you?", "What's up?"],
 
63
  return bot_message
64
 
65
  chatbot = gr.Chatbot()
66
+ gr.ChatInterface(predict, chatbot=chatbot, delete_last_btn="del").queue().launch(share=False, debug=True) #examples=["How are you?", "What's up?"],