Spaces:
Runtime error
Runtime error
update chat
Browse files
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 |
|