Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
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/
|
| 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],
|