Spaces:
Runtime error
Runtime error
app.py
CHANGED
|
@@ -257,7 +257,7 @@ with gr.Blocks() as demo:
|
|
| 257 |
|
| 258 |
gr.Examples(
|
| 259 |
examples=[
|
| 260 |
-
["Example.png", 42, True,
|
| 261 |
],
|
| 262 |
inputs=[image, seed, randomize_seed, motion_bucket_id, fps_id, noise_aug_strength, decoding_t, video_format, frame_format, version],
|
| 263 |
outputs=[video_output],
|
|
|
|
| 257 |
|
| 258 |
gr.Examples(
|
| 259 |
examples=[
|
| 260 |
+
["Example.png", 42, True, 3, 30, 0.1, 3, "mp4", "png", "svdxt"]
|
| 261 |
],
|
| 262 |
inputs=[image, seed, randomize_seed, motion_bucket_id, fps_id, noise_aug_strength, decoding_t, video_format, frame_format, version],
|
| 263 |
outputs=[video_output],
|