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