From 7982b35627a0f5ea99641d92b0c3c2b5280db197 Mon Sep 17 00:00:00 2001 From: Derek Jarrett Date: Wed, 2 Mar 2022 12:18:00 +0000 Subject: [PATCH] Update facerecognition.rst Updated a minor spelling error ('their' instead of 'there') --- facerecognition.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/facerecognition.rst b/facerecognition.rst index 3fd3f19..92c5228 100644 --- a/facerecognition.rst +++ b/facerecognition.rst @@ -34,7 +34,7 @@ Result :: {'message': 'face added', 'success': True} The response above indicates the call was successful. You should always check for the "success" status. -If their is an error in your request, you will receive a response like :: +If there is an error in your request, you will receive a response like :: {'error': 'user id not specified', 'success': False} @@ -221,4 +221,4 @@ You can speciy a different mode as seen below :: sudo docker run -e MODE=High -e VISION-FACE=True -v localstorage:/datastore \ -p 80:5000 deepquestai/deepstack -Note the -**e MODE=High** above \ No newline at end of file +Note the -**e MODE=High** above