Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavdixit99 committed Mar 2, 2024
1 parent a771028 commit 34ed6dc
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","A guitar","A witch","Thunder"]
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 34ed6dc

Please sign in to comment.