Fix issue with unclosed parameters

pull/72/head
Justin Hirsch 2023-06-23 08:47:18 -07:00
parent f197efa756
commit 8c45dc417b
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ def swap_face(
logger.info(f"No target face found for {face_num}")
if len(source_face_index) > 1:
source_face_index += 1
source_face = get_face_single(source_img, face_index=source_faces_index[source_face_index]
source_face = get_face_single(source_img, face_index=source_faces_index[source_face_index])
else:
logger.info(f"No source face found for face number {source_face_index}.")