From 105231681d8026a464e3ba36cce98479a304aaaf Mon Sep 17 00:00:00 2001 From: Sudhanshu Singh Date: Thu, 5 Aug 2021 01:24:56 +0530 Subject: [PATCH] Update README.md remove unnecessary "`" --- utils/flask_rest_api/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/flask_rest_api/README.md b/utils/flask_rest_api/README.md index 324c2416dcd9..6c835936dde6 100644 --- a/utils/flask_rest_api/README.md +++ b/utils/flask_rest_api/README.md @@ -19,7 +19,7 @@ $ python3 restapi.py --port 5000 Then use [curl](https://curl.se/) to perform a request: ```shell -$ curl -X POST -F image=@zidane.jpg 'http://localhost:5000/v1/object-detection/yolov5s'` +$ curl -X POST -F image=@zidane.jpg 'http://localhost:5000/v1/object-detection/yolov5s' ``` The model inference results are returned as a JSON response: