multimodalart HF Staff commited on
Commit
18b8c31
·
verified ·
1 Parent(s): ec97ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -264,8 +264,8 @@ with gr.Blocks() as demo:
264
 
265
  gr.Examples(
266
  examples=[
267
- [penguin_image_url, "a penguin playfully dancing in the snow, Antarctica", default_negative_prompt, 896, 512, 2, 1.0, 4],
268
- ["https://huggingface.co/datasets/diffusers/docs-images/resolve/main/i2vgen_xl_images/img_0001.jpg", "the frog jumps around", default_negative_prompt, 448, 832, 2, 1.0, 4],
269
  ],
270
  inputs=inputs_for_click_and_examples,
271
  outputs=video_output,
 
264
 
265
  gr.Examples(
266
  examples=[
267
+ ["peng.png", "a penguin playfully dancing in the snow, Antarctica", default_negative_prompt, 896, 512, 2, 1.0, 4],
268
+ ["forg.jpg", "the frog jumps around", default_negative_prompt, 448, 832, 2, 1.0, 4],
269
  ],
270
  inputs=inputs_for_click_and_examples,
271
  outputs=video_output,