chenjoya commited on
Commit
6a70142
1 Parent(s): df16240
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -103,6 +103,7 @@ with gr.Blocks(title="VideoLLM-online", css=css) as demo:
103
  query, response = liveinfer()
104
  if query or response:
105
  history[-1][1] += f'\n{response}'
 
106
  yield history
107
  gr_liveinfer_queue_refresher.change(gr_liveinfer_queue_refresher_change, inputs=[gr_chat_interface.chatbot], outputs=[gr_chat_interface.chatbot])
108
 
 
103
  query, response = liveinfer()
104
  if query or response:
105
  history[-1][1] += f'\n{response}'
106
+ print(history)
107
  yield history
108
  gr_liveinfer_queue_refresher.change(gr_liveinfer_queue_refresher_change, inputs=[gr_chat_interface.chatbot], outputs=[gr_chat_interface.chatbot])
109