From 34ed6dc5224b70b8e14d3806a0cf36abcbdcbb5d Mon Sep 17 00:00:00 2001 From: raghavdixit99 Date: Sat, 2 Mar 2024 13:17:24 -0500 Subject: [PATCH] formatting --- examples/imagebind_demo/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/imagebind_demo/app.py b/examples/imagebind_demo/app.py index c855a786..1d4d257b 100644 --- a/examples/imagebind_demo/app.py +++ b/examples/imagebind_demo/app.py @@ -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()