Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks() as demo:
|
|
156 |
["peng.png", "a penguin playfully dancing in the snow, Antarctica", 896, 512],
|
157 |
["forg.jpg", "the frog jumps around", 448, 832],
|
158 |
],
|
159 |
-
inputs=
|
160 |
)
|
161 |
|
162 |
if __name__ == "__main__":
|
|
|
156 |
["peng.png", "a penguin playfully dancing in the snow, Antarctica", 896, 512],
|
157 |
["forg.jpg", "the frog jumps around", 448, 832],
|
158 |
],
|
159 |
+
inputs=[input_image_component, prompt_input, height_input, width_input], outputs=video_output, fn=generate_video, cache_examples="lazy"
|
160 |
)
|
161 |
|
162 |
if __name__ == "__main__":
|