Anush008 commited on
Commit
a636590
1 Parent(s): c0e5444

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -20,7 +20,7 @@ images = [
20
  ]
21
 
22
  model = ImageEmbedding(model_name="Qdrant/clip-ViT-B-32-vision")
23
- embeddings = list(embedding_model.embed(images))
24
 
25
  # [
26
  # array([-0.1115, 0.0097, 0.0052, 0.0195, ...], dtype=float32),
 
20
  ]
21
 
22
  model = ImageEmbedding(model_name="Qdrant/clip-ViT-B-32-vision")
23
+ embeddings = list(model.embed(images))
24
 
25
  # [
26
  # array([-0.1115, 0.0097, 0.0052, 0.0195, ...], dtype=float32),