Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit af288c6

Browse files
author
Abner
authored
fix en object doc (#148)
1 parent a0deb26 commit af288c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/site/en/examples/object.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ $ curl --location --request POST ${LOCAL_ADDRESS}':5000/v1/application/object_ex
9090

9191
```bash
9292
$ pip3 install requests tqdm
93-
$ python3 scripts/load_data.py -d /tmp/coco-animals/train -a object-example -p object_pipeline
93+
$ python3 scripts/load_data.py -d /tmp/coco-animals/train -a object_example -p object_pipeline
9494
```
9595

9696
6. Conduct an object search.

0 commit comments

Comments
 (0)