fffiloni commited on
Commit
28b327d
·
verified ·
1 Parent(s): ae7e2b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with gr.Blocks(css=css) as demo:
104
  gr.Examples(
105
  examples = [
106
  ["./examples/example_1.mp4", "yellow plastic duck is swimming and jumping in the water"],
107
- ["./examples/example_2.mp4", "the car starts and go forward to the end of the street"]
108
  ],
109
  inputs = [input_video, prompt]
110
  )
 
104
  gr.Examples(
105
  examples = [
106
  ["./examples/example_1.mp4", "yellow plastic duck is swimming and jumping in the water"],
107
+ ["./examples/example_2.mp4", "the car starts and goes forward to the end of the street"]
108
  ],
109
  inputs = [input_video, prompt]
110
  )