Update app.py
Browse files
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
|