From 3dd58042991786e698573a95932a108a3cf1f7db Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Sun, 10 Sep 2023 13:49:47 +0100 Subject: [PATCH] Fix typo in readme. (#799) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e5f938a..01c2bb8b 100644 --- a/README.md +++ b/README.md @@ -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: ```