multimodalart HF Staff commited on
Commit
09f083a
·
verified ·
1 Parent(s): c21913a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -206,8 +206,8 @@ with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
206
  example_image_path = os.path.join(os.path.dirname(__file__), "examples/i2v_input.JPG")
207
  gr.Examples(
208
  examples=[
 
209
  [None, "A cinematic shot of a boat sailing on a calm sea at sunset.", "1280*704", 2.0],
210
- [example_image_path, "The cat slowly blinks its eyes.", "704*1280", 1.5],
211
  [None, "Drone footage flying over a futuristic city with flying cars.", "1280*704", 3.0],
212
  ],
213
  inputs=[image_input, prompt_input, size_input, duration_input],
 
206
  example_image_path = os.path.join(os.path.dirname(__file__), "examples/i2v_input.JPG")
207
  gr.Examples(
208
  examples=[
209
+ [example_image_path, "The cat removes the glasses its eyes.", "1280*704", 1.5],
210
  [None, "A cinematic shot of a boat sailing on a calm sea at sunset.", "1280*704", 2.0],
 
211
  [None, "Drone footage flying over a futuristic city with flying cars.", "1280*704", 3.0],
212
  ],
213
  inputs=[image_input, prompt_input, size_input, duration_input],