Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,4 @@ with gr.Blocks() as demo:
|
|
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 |
-
|
171 |
demo.launch(share=True)
|
|
|
165 |
]
|
166 |
generate_button.click(fn=generate_video, inputs=ui_inputs, outputs=[video_output, seed_input])
|
167 |
|
|
|
|
|
|
|
168 |
demo.launch(share=True)
|