Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -408,7 +408,7 @@ with gr.Blocks() as demo:
|
|
408 |
clear = gr.Button("Restart")
|
409 |
|
410 |
ex = gr.Examples(
|
411 |
-
examples = [["Underwater environment cosmetic bottles", None, 7.5, 7.5, None, "./input/i2v/Underwater_environment_cosmetic_bottles.png", 100],
|
412 |
fn = infer,
|
413 |
inputs = [text_input, image_input, scfg_scale, tcfg_scale, img_cfg_scale, preframe_input, diffusion_step],
|
414 |
outputs=[output_video],
|
|
|
408 |
clear = gr.Button("Restart")
|
409 |
|
410 |
ex = gr.Examples(
|
411 |
+
examples = [["Underwater environment cosmetic bottles", None, 7.5, 7.5, None, "./input/i2v/Underwater_environment_cosmetic_bottles.png", 100]],
|
412 |
fn = infer,
|
413 |
inputs = [text_input, image_input, scfg_scale, tcfg_scale, img_cfg_scale, preframe_input, diffusion_step],
|
414 |
outputs=[output_video],
|