Skip to content

Commit

Permalink
update2
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavdixit99 committed Mar 2, 2024
1 parent 061fe4b commit a771028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/imagebind_demo/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class TextModel(LanceModel):
vector: Vector(model.ndims()) = model.VectorField()


text_list = ["A bird", "A dragon", "A car"]
text_list = ["A bird", "A dragon", "A car","A guitar","A witch","Thunder"]
image_paths = dowload_and_save_image()
audio_paths = dowload_and_save_audio()

Expand Down

0 comments on commit a771028

Please sign in to comment.