From f9a85046414f4c562f3432962a78b4cb2b2f4721 Mon Sep 17 00:00:00 2001 From: arsalan <62151948+arsaIan@users.noreply.github.com> Date: Fri, 2 May 2025 12:07:40 +0530 Subject: [PATCH] Update README.md fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f46c0f2..1e332e1 100644 --- a/README.md +++ b/README.md @@ -288,7 +288,7 @@ dfs = DeepFace.find( DeepFace serves an API as well - see [`api folder`](https://github.com/serengil/deepface/tree/master/deepface/api/src) for more details. You can clone deepface source code and run the api with the following command. It will use gunicorn server to get a rest service up. In this way, you can call deepface from an external system such as mobile app or web. ```shell -cd script +cd scripts # run the service directly ./service.sh