Skip to content

Commit

Permalink
Update README.md (ultralytics#4309)
Browse files Browse the repository at this point in the history
remove unnecessary "`"
  • Loading branch information
Justsubh01 authored Aug 4, 2021
1 parent bc410e4 commit a811015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/flask_rest_api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ python3 restapi.py --port 5000
Then use [curl](https://curl.se/) to perform a request:

```shell
$ curl -X POST -F [email protected] 'http://localhost:5000/v1/object-detection/yolov5s'`
$ curl -X POST -F [email protected] 'http://localhost:5000/v1/object-detection/yolov5s'
```

The model inference results are returned as a JSON response:
Expand Down

0 comments on commit a811015

Please sign in to comment.