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