chenjoya commited on
Commit
c8f253e
·
verified ·
1 Parent(s): 63ce55f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with gr.Blocks() as demo:
67
  yield '(finished initialization, responding...)', state
68
  if mode != 'Conversation':
69
  yield 'waiting video input...', state
70
- response, _ = gradio_backend.video_qa(query=message, state=state)
71
  yield response, {}
72
 
73
  def gr_chatinterface_chatbot_clear_fn():
 
67
  yield '(finished initialization, responding...)', state
68
  if mode != 'Conversation':
69
  yield 'waiting video input...', state
70
+ response, _ = gradio_backend(query=message, state=state, mode=mode)
71
  yield response, {}
72
 
73
  def gr_chatinterface_chatbot_clear_fn():