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