seawolf2357 commited on
Commit
ef753bf
·
verified ·
1 Parent(s): 26a3d78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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, 512,
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", 448, 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
  ],
 
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
  ],