Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ collection_text = client.create_collection(
|
|
54 |
)
|
55 |
|
56 |
# Get the uris to the images
|
57 |
-
IMAGE_FOLDER = '
|
58 |
|
59 |
|
60 |
image_uris = sorted([os.path.join(IMAGE_FOLDER, image_name) for image_name in os.listdir(IMAGE_FOLDER) if not image_name.endswith('.txt')])
|
|
|
54 |
)
|
55 |
|
56 |
# Get the uris to the images
|
57 |
+
IMAGE_FOLDER = 'images'
|
58 |
|
59 |
|
60 |
image_uris = sorted([os.path.join(IMAGE_FOLDER, image_name) for image_name in os.listdir(IMAGE_FOLDER) if not image_name.endswith('.txt')])
|