From c70239a57001f08ca778e396f708098ed4ac7fa4 Mon Sep 17 00:00:00 2001 From: wxywb Date: Fri, 22 Apr 2022 10:59:05 +0800 Subject: [PATCH] refine the readme. Signed-off-by: wxywb --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7c1ce36..4edcf6c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,9 @@ This operator extracts features for image or text with [CLIP](https://arxiv.org/ ## Code Example Load an image from path './teddy.jpg' to generate an image embedding. + Read the text 'A teddybear on a skateboard in Times Square.' to generate an text embedding. + *Write the pipeline in simplified style*: ```python