From 738d69a10beccca9a94a8674625fd84ee0eb9441 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 21 Oct 2023 23:17:32 +0200 Subject: [PATCH] Fix import --- facefusion/face_helper.py | 1 - 1 file changed, 1 deletion(-) diff --git a/facefusion/face_helper.py b/facefusion/face_helper.py index fe60e1da..15389829 100644 --- a/facefusion/face_helper.py +++ b/facefusion/face_helper.py @@ -2,7 +2,6 @@ from typing import Tuple, Dict, Any import cv2 import numpy -import numpy as np from cv2.typing import Size from facefusion.typing import Frame, Kps, Matrix, Template