xinyuanc91 commited on
Commit
f93c440
Β·
1 Parent(s): 083293a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,8 +123,8 @@ with gr.Blocks(css='style.css') as demo:
123
  outputs = [video_out]
124
  ex = gr.Examples(
125
  examples = [["./input/i2v/The_picture_shows_the_beauty_of_the_sea_and_at_the_same.png","A video of the beauty of the sea",123,250,560,240],
126
- ["./The_picture_shows_the_beauty_of_the_sea.png","A video of the beauty of the sea",14717,250,560,240],
127
- ["./Close-up_essence_is_poured_from_bottleKodak_Vision.png","A video of close-up essence is poured from bottleKodak Vision",123,250,560,240]],
128
  fn = infer,
129
  inputs = [image_inp, prompt, seed_inp, sampling_steps,width,height],
130
  outputs=[video_out],
 
123
  outputs = [video_out]
124
  ex = gr.Examples(
125
  examples = [["./input/i2v/The_picture_shows_the_beauty_of_the_sea_and_at_the_same.png","A video of the beauty of the sea",123,250,560,240],
126
+ ["./input/i2v/The_picture_shows_the_beauty_of_the_sea.png","A video of the beauty of the sea",14717,250,560,240],
127
+ ["./input/i2v/Close-up_essence_is_poured_from_bottleKodak_Vision.png","A video of close-up essence is poured from bottleKodak Vision",123,250,560,240]],
128
  fn = infer,
129
  inputs = [image_inp, prompt, seed_inp, sampling_steps,width,height],
130
  outputs=[video_out],