diff --git a/deepface/modules/demography.py b/deepface/modules/demography.py index f48fb47e5..386770898 100644 --- a/deepface/modules/demography.py +++ b/deepface/modules/demography.py @@ -93,7 +93,7 @@ def analyze( - 'middle eastern': Confidence score for Middle Eastern ethnicity. - 'white': Confidence score for White ethnicity. """ - + # validate actions if isinstance(actions, str): actions = (actions,)