Spaces:
Running
Running
process
Browse files- app_endframe.py +2 -2
app_endframe.py
CHANGED
@@ -857,9 +857,9 @@ with block:
|
|
857 |
],
|
858 |
],
|
859 |
run_on_click = True,
|
860 |
-
fn =
|
861 |
inputs = [input_video, end_frame, end_frame_weight, 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],
|
862 |
-
outputs = [result_video],
|
863 |
cache_examples = True,
|
864 |
)
|
865 |
gr.HTML("""
|
|
|
857 |
],
|
858 |
],
|
859 |
run_on_click = True,
|
860 |
+
fn = process,
|
861 |
inputs = [input_video, end_frame, end_frame_weight, 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],
|
862 |
+
outputs = [result_video, preview_image, progress_desc, progress_bar, start_button, end_button],
|
863 |
cache_examples = True,
|
864 |
)
|
865 |
gr.HTML("""
|