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