Spaces:
Runtime error
Runtime error
outputs=[video_output],
Browse files
app.py
CHANGED
|
@@ -232,7 +232,7 @@ with gr.Blocks() as demo:
|
|
| 232 |
["Example.png", 42, True, 7, 30, 0.1, 3, "mp4", "png", "svdxt"]
|
| 233 |
],
|
| 234 |
inputs=[image, seed, randomize_seed, motion_bucket_id, fps_id, noise_aug_strength, decoding_t, video_format, frame_format, version],
|
| 235 |
-
outputs=[video_output
|
| 236 |
fn=animate,
|
| 237 |
run_on_click=True,
|
| 238 |
cache_examples=True,
|
|
|
|
| 232 |
["Example.png", 42, True, 7, 30, 0.1, 3, "mp4", "png", "svdxt"]
|
| 233 |
],
|
| 234 |
inputs=[image, seed, randomize_seed, motion_bucket_id, fps_id, noise_aug_strength, decoding_t, video_format, frame_format, version],
|
| 235 |
+
outputs=[video_output],
|
| 236 |
fn=animate,
|
| 237 |
run_on_click=True,
|
| 238 |
cache_examples=True,
|