liangtm commited on
Commit
ef957cf
·
verified ·
1 Parent(s): 5a13ec5

Upload app.py

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