From 0bd219d9c2cdb0a2bd9742ad68a3fa2459f2fc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eefik=20Serangil?= Date: Mon, 7 Sep 2020 08:44:10 +0300 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 493ec77..c2da01b 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ for backend in backends: df = DeepFace.find(img_path = "img.jpg", db_path = "my_db", detector_backend = backend) #facial analysis - demography = DeepFace.analyze("img4.jpg", detector_backend = backend) #detectors in facial analysis + demography = DeepFace.analyze("img4.jpg", detector_backend = backend) ``` **Streaming and Real Time Analysis** - [`Demo`](https://youtu.be/-c9sSJcx6wI)