xinyuanc91 commited on
Commit
8ac084a
1 Parent(s): 0398fea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -126,11 +126,11 @@ with gr.Blocks(css='style.css') as demo:
126
  inputs = [prompt,image_inp, seed_inp, sampling_steps,width,height,infer_type]
127
  outputs = [video_out]
128
  ex = gr.Examples(
129
- examples = [["./input/i2v/The_picture_shows_the_beauty_of_the_sea.png","A video of the beauty of the sea",14717,250,560,240,'ddim'],
130
- ["./input/i2v/Close-up_essence_is_poured_from_bottleKodak_Vision.png","A video of close-up essence is poured from bottleKodak Vision",178135313,250,560,240,'ddim'],
131
- ["./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,'ddim']],
132
  fn = infer,
133
- inputs = [image_inp, prompt, seed_inp, sampling_steps,width,height,infer_type],
134
  outputs=[video_out],
135
  cache_examples=False
136
 
 
126
  inputs = [prompt,image_inp, seed_inp, sampling_steps,width,height,infer_type]
127
  outputs = [video_out]
128
  ex = gr.Examples(
129
+ examples = [["./input/i2v/The_picture_shows_the_beauty_of_the_sea.png","A video of the beauty of the sea",50,560,240,'ddim'],
130
+ ["./input/i2v/Close-up_essence_is_poured_from_bottleKodak_Vision.png","A video of close-up essence is poured from bottle",50,560,240,'ddim'],
131
+ ["./input/i2v/The_picture_shows_the_beauty_of_the_sea_and_at_the_same.png","A video of the beauty of the sea",50,560,240,'ddim']],
132
  fn = infer,
133
+ inputs = [image_inp, prompt, sampling_steps,width,height,infer_type],
134
  outputs=[video_out],
135
  cache_examples=False
136