From 9f12ec7d875824070ffa4ed182215b1f109aad52 Mon Sep 17 00:00:00 2001 From: flozi00 Date: Tue, 19 Jul 2022 15:28:37 +0200 Subject: [PATCH] Typo in readme (#18195) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 593dae6b66b..788b7dee9f9 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ To immediately use a model on a given input (text, image, audio, ...), we provid The second line of code downloads and caches the pretrained model used by the pipeline, while the third evaluates it on the given text. Here the answer is "positive" with a confidence of 99.97%. -Many tasks have a pre-trained `pipeline` ready to go, in NLP but also in computer vision and speech. For example, we can easily extract detect objects in an image: +Many tasks have a pre-trained `pipeline` ready to go, in NLP but also in computer vision and speech. For example, we can easily extract detected objects in an image: ``` python >>> import requests