Fabrice-TIERCELIN commited on
Commit
2e3f466
·
verified ·
1 Parent(s): fc57fdb

outputs=[video_output],

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, None, None, None, None, None, None],
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,