ysharma HF Staff commited on
Commit
2b79822
·
1 Parent(s): d5ae503
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ def echo_stream(message, history):
77
  time.sleep(0.3)
78
  yield message[:i]
79
 
80
- ChatInterface(predict).queue().launch(debug=True)
81
 
82
  #chatbot = gr.Chatbot()
83
  #gr.ChatInterface(predict, delete_last_btn="del").queue().launch(share=False, debug=True) #examples=["How are you?", "What's up?"],
 
77
  time.sleep(0.3)
78
  yield message[:i]
79
 
80
+ ChatInterface(predict, chatbot=[]).queue().launch(debug=True)
81
 
82
  #chatbot = gr.Chatbot()
83
  #gr.ChatInterface(predict, delete_last_btn="del").queue().launch(share=False, debug=True) #examples=["How are you?", "What's up?"],