Spaces:
Build error
Build error
dd
Browse files
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?"],
|