GrayShine commited on
Commit
be6917e
1 Parent(s): 29fb181

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -400,11 +400,11 @@ with gr.Blocks() as demo:
400
 
401
  # tcfg_scale = scfg_scale
402
  ex = gr.Examples(
403
- examples = [["Underwater environment cosmetic bottles", None, 7.5, 7.5, None, "./input/i2v/Underwater_environment_cosmetic_bottles.png", 100],
404
- ["A big drop of water falls on a rose petal", None, 7.5, 7.5, None, "./input/i2v/A_big_drop_of_water_falls_on_a_rose_petal.png", 100],
405
- ["A fish swims past an oriental woman", None, 7.5, 7.5, None, "./input/i2v/A_fish_swims_past_an_oriental_woman.png", 100],
406
- ["Cinematic photograph View of piloting aaero", None, 7.5, 7.5, None, "./input/i2v/Cinematic_photograph_View_of_piloting_aaero.png", 100],
407
- ["Planet hits earth", None, 7.5, 7.5, None, "./input/i2v/Planet_hits_earth.png", 100],
408
  ],
409
  fn = gen_or_pre,
410
  inputs = [text_input, image_input, scfg_scale, img_cfg_scale, preframe_input, diffusion_step],
 
400
 
401
  # tcfg_scale = scfg_scale
402
  ex = gr.Examples(
403
+ examples = [["Underwater environment cosmetic bottles", None, 7.5, None, "./input/i2v/Underwater_environment_cosmetic_bottles.png", 100],
404
+ ["A big drop of water falls on a rose petal", None, 7.5, None, "./input/i2v/A_big_drop_of_water_falls_on_a_rose_petal.png", 100],
405
+ ["A fish swims past an oriental woman", None, 7.5, None, "./input/i2v/A_fish_swims_past_an_oriental_woman.png", 100],
406
+ ["Cinematic photograph View of piloting aaero", None, 7.5, None, "./input/i2v/Cinematic_photograph_View_of_piloting_aaero.png", 100],
407
+ ["Planet hits earth", None, 7.5, None, "./input/i2v/Planet_hits_earth.png", 100],
408
  ],
409
  fn = gen_or_pre,
410
  inputs = [text_input, image_input, scfg_scale, img_cfg_scale, preframe_input, diffusion_step],