Skip to content

Commit

Permalink
Removed typo from code
Browse files Browse the repository at this point in the history
  • Loading branch information
RazaProdigy committed Dec 18, 2023
1 parent 90a0282 commit aa96a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deepface/DeepFace.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def verify(


def analyze(
img_path: Union[str, np.ndarray],,
img_path: Union[str, np.ndarray],
actions: Tuple[str, ...] = ("emotion", "age", "gender", "race"),
enforce_detection: bool = True,
detector_backend: str = "opencv",
Expand Down

0 comments on commit aa96a76

Please sign in to comment.