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