From 85a828d36664fec3ce907d0cd51dc719e922b75c Mon Sep 17 00:00:00 2001 From: Siwat Sirichai Date: Sat, 23 Sep 2023 02:51:08 +0700 Subject: [PATCH] Update face_analyzer.py --- access_control_python/face_analyzer.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/access_control_python/face_analyzer.py b/access_control_python/face_analyzer.py index 0f3669f..f4271af 100644 --- a/access_control_python/face_analyzer.py +++ b/access_control_python/face_analyzer.py @@ -20,5 +20,4 @@ while True: elif(res[0]['dominant_race']=="black"): print("CRIMINAL!!") elif (res[0]['dominant_race']=="white"): - print("Ding Dong") - input("Press Enter to Process Face") \ No newline at end of file + print("Ding Dong") \ No newline at end of file