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