Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -403,8 +403,8 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
|
403 |
with gr.Column():
|
404 |
gr.Examples(
|
405 |
examples=[
|
406 |
-
["peng.png", "a penguin playfully dancing in the snow, Antarctica", 896,
|
407 |
-
["forg.jpg", "the frog jumps around",
|
408 |
],
|
409 |
inputs=[input_image_component, prompt_input, height_input, width_input],
|
410 |
outputs=[video_output, seed_input],
|
|
|
403 |
with gr.Column():
|
404 |
gr.Examples(
|
405 |
examples=[
|
406 |
+
["peng.png", "a penguin playfully dancing in the snow, Antarctica", 896, 896],
|
407 |
+
["forg.jpg", "the frog jumps around", 832, 832],
|
408 |
],
|
409 |
inputs=[input_image_component, prompt_input, height_input, width_input],
|
410 |
outputs=[video_output, seed_input],
|