chenjoya commited on
Commit
25fa95d
·
verified ·
1 Parent(s): b58278c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks() as demo:
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():
74
  return {}, {}, 0, 0
 
68
  if mode != 'Conversation':
69
  yield 'waiting video input...', state
70
  response, _ = gradio_backend(query=message, state=state, mode=mode)
71
+ return response, {}
72
 
73
  def gr_chatinterface_chatbot_clear_fn():
74
  return {}, {}, 0, 0