Unverified 提交 f409d8e5 authored 作者: Sudhanshu Singh's avatar Sudhanshu Singh 提交者: GitHub

Update README.md (#4309)

remove unnecessary "`"
上级 86c7150c
......@@ -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:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论