Ankitajadhav commited on
Commit
b04a1c8
·
verified ·
1 Parent(s): 2c4ca95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ collection_text = client.create_collection(
54
  )
55
 
56
  # Get the uris to the images
57
- IMAGE_FOLDER = 'Moin_Von_Bremen/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')])
 
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')])