From 802b98c72b82f7db806f57a48d9b005c3fd0cbf4 Mon Sep 17 00:00:00 2001 From: "Kaylee L. Davis" Date: Wed, 26 Oct 2022 08:38:01 -0400 Subject: [PATCH] Correct README image text (#19883) swap "right" and "left" so description is correct. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c291d5a461..986dd617a8 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ Many tasks have a pre-trained `pipeline` ready to go, in NLP but also in compute 'box': {'xmin': 345, 'ymin': 23, 'xmax': 640, 'ymax': 368}}] ``` -Here we get a list of objects detected in the image, with a box surrounding the object and a confidence score. Here is the original image on the right, with the predictions displayed on the left: +Here we get a list of objects detected in the image, with a box surrounding the object and a confidence score. Here is the original image on the left, with the predictions displayed on the right: