diff --git a/core/swapper.py b/core/swapper.py index 3df04c1..fdfd646 100644 --- a/core/swapper.py +++ b/core/swapper.py @@ -22,7 +22,7 @@ def swap_face_in_frame(source_face, target_face, frame): return frame -def process_faces(source_face, frame, progress, all_faces=True): +def process_faces(source_face, frame, progress, all_faces=False): if all_faces: many_faces = get_face_many(frame) if many_faces: