Ankerkraut commited on
Commit
bda6b57
·
1 Parent(s): 6432c3a

set interface to tuples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,7 +206,7 @@ demo = gr.ChatInterface(
206
  label="Top-p (nucleus sampling)",
207
  ),
208
  ],
209
- chatbot=gr.Chatbot(type="messages"),
210
  )
211
 
212
 
 
206
  label="Top-p (nucleus sampling)",
207
  ),
208
  ],
209
+ chatbot=gr.Chatbot(type="tuples"),
210
  )
211
 
212