Spaces:
Running
Running
gg
Browse files
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 |
|