From 53d6f3bcd2d166e8a324f80af5a7df4363a79aac Mon Sep 17 00:00:00 2001 From: biranchi125 Date: Mon, 23 Mar 2020 17:14:28 +0800 Subject: [PATCH] Typo fixed in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]) ```