Fix typo in readme. (#799)

This commit is contained in:
Laurent Mazare
2023-09-10 13:49:47 +01:00
committed by GitHub
parent 90e077e409
commit 3dd5804299

View File

@ -64,7 +64,7 @@ Check out our [examples](./candle-examples/examples/):
- [yolo-v3](./candle-examples/examples/yolo-v3/) and
[yolo-v8](./candle-examples/examples/yolo-v8/): object detection and pose
estimation models.
[segment-anything](./candle-examples/examples/segment-anything/): image
- [segment-anything](./candle-examples/examples/segment-anything/): image
segmentation model with prompt.
Run them using the following commands:
```