prithivMLmods commited on
Commit
a48efa7
·
verified ·
1 Parent(s): 20de696

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -645,7 +645,7 @@ with gr.Blocks() as demo:
645
  gr.Examples(
646
  examples=[
647
  ["examples/dolly_left.jpg", "Dolly-left camera move, sliding left in an open space, revealing a stationary car, off-frame left elements enter the shot, cinematic parallax", "Camera-Control-Dolly-Left"],
648
- ["examples/astronaut.png", "An astronaut hatches from a fragile egg...", "Camera-Control-Dolly-In"],
649
  ],
650
  fn=generate_video_example,
651
  inputs=[input_image, prompt, lora_adapter],
 
645
  gr.Examples(
646
  examples=[
647
  ["examples/dolly_left.jpg", "Dolly-left camera move, sliding left in an open space, revealing a stationary car, off-frame left elements enter the shot, cinematic parallax", "Camera-Control-Dolly-Left"],
648
+ ["examples/dolly_in.jpg", "Slow dolly-in toward a face, gentle zoom-in, cinematic parallax.", "Camera-Control-Dolly-In"],
649
  ],
650
  fn=generate_video_example,
651
  inputs=[input_image, prompt, lora_adapter],