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