Fabrice-TIERCELIN commited on
Commit
7ad42f2
·
verified ·
1 Parent(s): 819b98e

Fix inputs

Browse files
Files changed (1) hide show
  1. app_v2v.py +0 -1
app_v2v.py CHANGED
@@ -667,7 +667,6 @@ with block:
667
  ],
668
  run_on_click = True,
669
  fn = process,
670
- inputs = [input_video, prompt, n_prompt, seed, batch, resolution, total_second_length, latent_window_size, steps, cfg, gs, rs, gpu_memory_preservation, use_teacache, no_resize, mp4_crf, num_clean_frames, vae_batch],
671
  inputs = [input_video, prompt, n_prompt, seed, batch, resolution, total_second_length, latent_window_size, steps, cfg, gs, rs, gpu_memory_preservation, use_teacache, no_resize, mp4_crf, num_clean_frames, vae_batch],
672
  outputs = [result_video, preview_image, progress_desc, progress_bar, start_button, end_button],
673
  cache_examples = True,
 
667
  ],
668
  run_on_click = True,
669
  fn = process,
 
670
  inputs = [input_video, prompt, n_prompt, seed, batch, resolution, total_second_length, latent_window_size, steps, cfg, gs, rs, gpu_memory_preservation, use_teacache, no_resize, mp4_crf, num_clean_frames, vae_batch],
671
  outputs = [result_video, preview_image, progress_desc, progress_bar, start_button, end_button],
672
  cache_examples = True,