Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -165,11 +165,6 @@ with gr.Blocks() as demo:
|
|
165 |
]
|
166 |
generate_button.click(fn=generate_video, inputs=ui_inputs, outputs=[video_output, seed_input])
|
167 |
|
168 |
-
gr.Examples(
|
169 |
-
examples=[
|
170 |
-
["peng.png", "a penguin playfully dancing in the snow, Antarctica", 896, 512],
|
171 |
-
["forg.jpg", "the frog jumps around", 448, 832],
|
172 |
-
],
|
173 |
inputs=[input_image_component, prompt_input, height_input, width_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples="lazy"
|
174 |
)
|
175 |
|
|
|
165 |
]
|
166 |
generate_button.click(fn=generate_video, inputs=ui_inputs, outputs=[video_output, seed_input])
|
167 |
|
|
|
|
|
|
|
|
|
|
|
168 |
inputs=[input_image_component, prompt_input, height_input, width_input], outputs=[video_output, seed_input], fn=generate_video, cache_examples="lazy"
|
169 |
)
|
170 |
|