Merge pull request #12 from biranchi2018/typo-fix

Typo fixed in README.md
This commit is contained in:
Sefik Ilkin Serengil 2020-03-23 13:17:01 +03:00 committed by GitHub
commit bf02ffe98f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"])
```
<p align="center"><img src="https://raw.githubusercontent.com/serengil/deepface/master/tests/dataset/test-case-3.jpg" width="95%" height="95%"></p>