chenjoya commited on
Commit
f33002e
·
verified ·
1 Parent(s): 9abe525

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
  @spaces.GPU
69
  def gr_chatinterface_fn(message, history, state, video_path, mode):
70
  if mode != 'Conversation':
71
- yield 'waiting video input...', state
72
  return
73
  global gradio_backend
74
  if gradio_backend is None:
 
68
  @spaces.GPU
69
  def gr_chatinterface_fn(message, history, state, video_path, mode):
70
  if mode != 'Conversation':
71
+ yield 'waiting for video input...', state
72
  return
73
  global gradio_backend
74
  if gradio_backend is None: