liangtm commited on
Commit
d2acffe
·
verified ·
1 Parent(s): 8984ed3

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -299,8 +299,8 @@ def main():
299
  # Examples
300
  gr.Examples(
301
  examples=[
302
- ["dogs.mp4", "the dog drinking", 0.1, 10],
303
- ["dogs.mp4", "the dog sleeping", 0.1, 10],
304
  ],
305
  inputs=[input_video, text_prompt, tracking_alpha, target_fps],
306
  outputs=[output_video],
 
299
  # Examples
300
  gr.Examples(
301
  examples=[
302
+ ["dogs.mp4", "the dog is drinking water", 0.1, 10],
303
+ ["dogs.mp4", "the dog is sleeping", 0.1, 10],
304
  ],
305
  inputs=[input_video, text_prompt, tracking_alpha, target_fps],
306
  outputs=[output_video],