mirror of
https://github.com/s0md3v/roop.git
synced 2025-09-26 20:31:16 +08:00
Fix callback
This commit is contained in:
@@ -249,7 +249,7 @@ def start():
|
||||
key=lambda x: int(x.split(sep)[-1].replace(".png", ""))
|
||||
))
|
||||
status("swapping in progress...")
|
||||
process_video(args['source_img'], args["frame_paths"], preview.update)
|
||||
process_video(args['source_img'], args["frame_paths"], preview.update if preview else None)
|
||||
status("creating video...")
|
||||
create_video(video_name, exact_fps, output_dir)
|
||||
status("adding audio...")
|
||||
|
Reference in New Issue
Block a user