Update app.py
Browse files
app.py
CHANGED
@@ -625,10 +625,10 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
|
625 |
with gr.Column():
|
626 |
gr.Examples(
|
627 |
examples=[
|
628 |
-
["peng.png", "a penguin playfully dancing in the snow, Antarctica", 896,
|
629 |
default_negative_prompt, 2, 1.0, 4, 42, False,
|
630 |
"Video Only", "", default_audio_negative_prompt, -1, 25, 4.5],
|
631 |
-
["forg.jpg", "the frog jumps around",
|
632 |
default_negative_prompt, 2, 1.0, 4, 42, False,
|
633 |
"Enable Audio", "frog croaking, water splashing", default_audio_negative_prompt, -1, 25, 4.5],
|
634 |
],
|
|
|
625 |
with gr.Column():
|
626 |
gr.Examples(
|
627 |
examples=[
|
628 |
+
["peng.png", "a penguin playfully dancing in the snow, Antarctica", 896, 896,
|
629 |
default_negative_prompt, 2, 1.0, 4, 42, False,
|
630 |
"Video Only", "", default_audio_negative_prompt, -1, 25, 4.5],
|
631 |
+
["forg.jpg", "the frog jumps around", 832, 832,
|
632 |
default_negative_prompt, 2, 1.0, 4, 42, False,
|
633 |
"Enable Audio", "frog croaking, water splashing", default_audio_negative_prompt, -1, 25, 4.5],
|
634 |
],
|