Fabrice-TIERCELIN commited on
Commit
fc57fdb
·
verified ·
1 Parent(s): 830f05a
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, gif_output, download_button, gallery, seed, information_msg, reset_btn],
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, None, None, None, None, None, None],
236
  fn=animate,
237
  run_on_click=True,
238
  cache_examples=True,