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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -644,7 +644,7 @@ with gr.Blocks() as demo:
644
 
645
  gr.Examples(
646
  examples=[
647
- ["examples/dolly_left.png", "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,
 
644
 
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,