seawolf2357 commited on
Commit
e848cef
·
verified ·
1 Parent(s): 093d0ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -403,8 +403,8 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
403
  with gr.Column():
404
  gr.Examples(
405
  examples=[
406
- ["peng.png", "a penguin playfully dancing in the snow, Antarctica", 896, 512],
407
- ["forg.jpg", "the frog jumps around", 448, 832],
408
  ],
409
  inputs=[input_image_component, prompt_input, height_input, width_input],
410
  outputs=[video_output, seed_input],
 
403
  with gr.Column():
404
  gr.Examples(
405
  examples=[
406
+ ["peng.png", "a penguin playfully dancing in the snow, Antarctica", 896, 896],
407
+ ["forg.jpg", "the frog jumps around", 832, 832],
408
  ],
409
  inputs=[input_image_component, prompt_input, height_input, width_input],
410
  outputs=[video_output, seed_input],