Removed typo from code

This commit is contained in:
RazaProdigy 2023-12-18 13:25:36 +04:00
parent 90a0282ed9
commit aa96a76cb2

View File

@ -234,7 +234,7 @@ def verify(
def analyze( def analyze(
img_path: Union[str, np.ndarray],, img_path: Union[str, np.ndarray],
actions: Tuple[str, ...] = ("emotion", "age", "gender", "race"), actions: Tuple[str, ...] = ("emotion", "age", "gender", "race"),
enforce_detection: bool = True, enforce_detection: bool = True,
detector_backend: str = "opencv", detector_backend: str = "opencv",