From 98c434e2752aa3a00d7ba56a4e7e22f89475462c Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Wed, 11 Aug 2021 13:42:27 +0300 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d3517c6..d85a676 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ A modern [**face recognition pipeline**](https://sefiks.com/2020/05/01/a-gentle- This function verifies face pairs as same person or different persons. It expects exact image paths as inputs. Passing numpy or based64 encoded images is also welcome. ```python -result = DeepFace.verify("img1.jpg", "img2.jpg") +result = DeepFace.verify("img1.jpg", "img2.jpg") ```