xinyuanc91 commited on
Commit
656acc9
β€’
1 Parent(s): b97495d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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,50],
136
- ["./The_picture_shows_the_beauty_of_the_sea.png","A video of the beauty of the sea",123,50],
137
- ["./Close-up_essence_is_poured_from_bottleKodak_Vision.png","A video of close-up essence is poured from bottleKodak Vision",123,50]],
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],