chenjoya commited on
Commit
ea6b60b
·
verified ·
1 Parent(s): 9644d7b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ with gr.Blocks() as demo:
66
  state['video_path'] = video_path
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
  return response, state
 
66
  state['video_path'] = video_path
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
  return response, state