JeCabrera commited on
Commit
0a5222b
·
verified ·
1 Parent(s): c4c0dbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ with gr.Blocks() as demo:
120
 
121
  gr.ChatInterface(
122
  fn=response,
123
- type="message",
124
  chatbot=chatbot,
125
  )
126
 
 
120
 
121
  gr.ChatInterface(
122
  fn=response,
123
+ type="messages",
124
  chatbot=chatbot,
125
  )
126