diff --git a/README.md b/README.md index 94b94c2..c15b1c0 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ demography = DeepFace.analyze("img4.jpg") #passing nothing as 2nd argument will print("Age: ", demography["age"]) print("Gender: ", demography["gender"]) print("Emotion: ", demography["dominant_emotion"]) -print("Emotion: ", demography["dominant_race"]) +print("Race: ", demography["dominant_race"]) ```