chenjoya commited on
Commit
92542aa
·
verified ·
1 Parent(s): 564adc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)