Sudhanshu Singh
commited on
Commit
•
f409d8e
1
Parent(s):
86c7150
Update README.md (#4309)
Browse filesremove unnecessary "`"
utils/flask_rest_api/README.md
CHANGED
@@ -19,7 +19,7 @@ $ python3 restapi.py --port 5000
|
|
19 |
Then use [curl](https://curl.se/) to perform a request:
|
20 |
|
21 |
```shell
|
22 |
-
$ curl -X POST -F image=@zidane.jpg 'http://localhost:5000/v1/object-detection/yolov5s'
|
23 |
```
|
24 |
|
25 |
The model inference results are returned as a JSON response:
|
|
|
19 |
Then use [curl](https://curl.se/) to perform a request:
|
20 |
|
21 |
```shell
|
22 |
+
$ curl -X POST -F image=@zidane.jpg 'http://localhost:5000/v1/object-detection/yolov5s'
|
23 |
```
|
24 |
|
25 |
The model inference results are returned as a JSON response:
|