From 2fbec208593a00a14b533db3914a36af02c61aa7 Mon Sep 17 00:00:00 2001 From: Nelson Dominguez <18242749+ekkolon@users.noreply.github.com> Date: Mon, 24 Oct 2022 15:22:42 +0200 Subject: [PATCH] style: fix minor spelling error in print message --- deepface/commons/realtime.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepface/commons/realtime.py b/deepface/commons/realtime.py index 4a65621..1211433 100644 --- a/deepface/commons/realtime.py +++ b/deepface/commons/realtime.py @@ -74,7 +74,7 @@ def analysis(db_path, model_name = 'VGG-Face', detector_backend = 'opencv', dist toc = time.time() - print("Facial attibute analysis models loaded in ",toc-tic," seconds") + print("Facial attribute analysis models loaded in ",toc-tic," seconds") #------------------------