Pairavi commited on
Commit
56838e6
·
1 Parent(s): 7e3fc68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def main():
105
  image = read_image(uploaded_image)
106
 
107
  # Display the uploaded image
108
- st.image(image_path, caption="Query Image", width=300)
109
 
110
  # Find similar images
111
  similar_images, length = find_similar_images(image)
 
105
  image = read_image(uploaded_image)
106
 
107
  # Display the uploaded image
108
+ st.image(image, caption="Query Image", width=300)
109
 
110
  # Find similar images
111
  similar_images, length = find_similar_images(image)