style: fix minor spelling error in print message

This commit is contained in:
Nelson Dominguez 2022-10-24 15:22:42 +02:00 committed by GitHub
parent 58d145ba2e
commit 2fbec20859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,7 @@ def analysis(db_path, model_name = 'VGG-Face', detector_backend = 'opencv', dist
toc = time.time() toc = time.time()
print("Facial attibute analysis models loaded in ",toc-tic," seconds") print("Facial attribute analysis models loaded in ",toc-tic," seconds")
#------------------------ #------------------------