Spaces:
Runtime error
Runtime error
xinyuanc91
commited on
Commit
β’
656acc9
1
Parent(s):
b97495d
Update app.py
Browse files
app.py
CHANGED
@@ -132,9 +132,9 @@ with gr.Blocks(css='style.css') as demo:
|
|
132 |
inputs = [prompt,image_inp, seed_inp, ddim_steps]
|
133 |
outputs = [video_out]
|
134 |
ex = gr.Examples(
|
135 |
-
examples = [["./The_picture_shows_the_beauty_of_the_sea_.jpg","A video of the beauty of the sea",123,
|
136 |
-
["./The_picture_shows_the_beauty_of_the_sea.png","A video of the beauty of the sea",123,
|
137 |
-
["./Close-up_essence_is_poured_from_bottleKodak_Vision.png","A video of close-up essence is poured from bottleKodak Vision",123,
|
138 |
fn = infer,
|
139 |
inputs = [image_inp, prompt, seed_inp, ddim_steps],
|
140 |
outputs=[video_out],
|
|
|
132 |
inputs = [prompt,image_inp, seed_inp, ddim_steps]
|
133 |
outputs = [video_out]
|
134 |
ex = gr.Examples(
|
135 |
+
examples = [["./The_picture_shows_the_beauty_of_the_sea_.jpg","A video of the beauty of the sea",123,250],
|
136 |
+
["./The_picture_shows_the_beauty_of_the_sea.png","A video of the beauty of the sea",123,250],
|
137 |
+
["./Close-up_essence_is_poured_from_bottleKodak_Vision.png","A video of close-up essence is poured from bottleKodak Vision",123,250]],
|
138 |
fn = infer,
|
139 |
inputs = [image_inp, prompt, seed_inp, ddim_steps],
|
140 |
outputs=[video_out],
|