fffiloni commited on
Commit
ae7e2b9
·
verified ·
1 Parent(s): 01ad8b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks(css=css) as demo:
103
  submit_btn = gr.Button("Submit")
104
  gr.Examples(
105
  examples = [
106
- ["./examples/example_1.mp4", "yellow plastic dick 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]
 
103
  submit_btn = gr.Button("Submit")
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]