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