Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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,
|
404 |
-
["A big drop of water falls on a rose petal", None, 7.5,
|
405 |
-
["A fish swims past an oriental woman", None, 7.5,
|
406 |
-
["Cinematic photograph View of piloting aaero", None, 7.5,
|
407 |
-
["Planet hits earth", None, 7.5,
|
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],
|