Daemontatox commited on
Commit
1ca242c
·
verified ·
1 Parent(s): 86c6ea5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -254,7 +254,6 @@ with gr.Blocks() as demo:
254
  # When the user clicks Send, process the message and update the chat.
255
  send_btn.click(fn=chat_respond,
256
  inputs=[user_input, chat_state, prompt_dropdown],
257
- outputs=[chatbot, chat_state],
258
- stream=True)
259
 
260
  demo.launch(debug=True)
 
254
  # When the user clicks Send, process the message and update the chat.
255
  send_btn.click(fn=chat_respond,
256
  inputs=[user_input, chat_state, prompt_dropdown],
257
+ outputs=[chatbot, chat_state])
 
258
 
259
  demo.launch(debug=True)