Thenujan commited on
Commit
b8efbfd
·
1 Parent(s): c32c3a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def get_image_paths(prod_ids):
50
  def main():
51
  st.title("Image Similarity Search")
52
 
53
- uploaded_image = st.file_uploader("Upload an image", type=["jpg", "jpeg", "png"])
54
 
55
  if uploaded_image is not None:
56
  # Create a temporary directory
 
50
  def main():
51
  st.title("Image Similarity Search")
52
 
53
+ uploaded_image = st.file_uploader("Upload an product image to find similar products", type=["jpg", "jpeg", "png"])
54
 
55
  if uploaded_image is not None:
56
  # Create a temporary directory