Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
)
|