Update face_analyzer.py

This commit is contained in:
Siwat Sirichai 2023-09-23 02:49:12 +07:00
parent fbf6d48972
commit 408baf1595
1 changed files with 2 additions and 1 deletions

View File

@ -20,4 +20,5 @@ while True:
elif(res[0]['dominant_race']=="black"):
print("CRIMINAL!!")
elif (res[0]['dominant_race']=="white"):
print("Ding Dong")
print("Ding Dong")
input("Press Enter to Process Face")