chendl commited on
Commit
d263fbc
1 Parent(s): 3553543

update chat

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -258,6 +258,7 @@ def gradio_answer(chatbot, chat_state, img_list, num_beams, temperature):
258
  else:
259
  path = build_image(image)
260
  chatbot = chatbot + [[(path,), None]]
 
261
 
262
 
263
 
 
258
  else:
259
  path = build_image(image)
260
  chatbot = chatbot + [[(path,), None]]
261
+ return chatbot, chat_state, img_list
262
 
263
 
264