Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ with gr.Blocks() as demo:
|
|
98 |
if gradio_backend is None:
|
99 |
yield history + [gr.ChatMessage(role="assistant", content='(ZeroGPU needs to initialize model under @spaces.GPU, thanks for waiting...)')] , state, dynamic_trigger
|
100 |
gradio_backend = GradioBackend()
|
101 |
-
yield history + [gr.ChatMessage(role="assistant", content='Loading video now... thanks for waiting...')], state, dynamic_trigger
|
102 |
if not js_monitor:
|
103 |
video_state['video_timestamp'] = 19260817 # 👓
|
104 |
state.update(video_state)
|
|
|
98 |
if gradio_backend is None:
|
99 |
yield history + [gr.ChatMessage(role="assistant", content='(ZeroGPU needs to initialize model under @spaces.GPU, thanks for waiting...)')] , state, dynamic_trigger
|
100 |
gradio_backend = GradioBackend()
|
101 |
+
yield history + [gr.ChatMessage(role="assistant", content='(Loading video now... thanks for waiting...)')], state, dynamic_trigger
|
102 |
if not js_monitor:
|
103 |
video_state['video_timestamp'] = 19260817 # 👓
|
104 |
state.update(video_state)
|