diff --git a/access_control_python/face_analyzer.py b/access_control_python/face_analyzer.py index c790c76..1a42adb 100644 --- a/access_control_python/face_analyzer.py +++ b/access_control_python/face_analyzer.py @@ -30,7 +30,7 @@ while True: res = requests.post("https://racist.siwatsystem.com/process_image",json=data) res = res.content.decode("utf-8") res = json.loads(res) - print(res) + #print(res) if len(res) >0: if (res[0]['dominant_race']=="asian"): print("Ching Chong")