Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 |
-
|
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
|