Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -72,11 +72,16 @@ with gr.Blocks(theme=theme, css=css) as demo:
|
|
72 |
|
73 |
""")
|
74 |
|
75 |
-
#
|
76 |
gr.Markdown("""
|
77 |
---
|
78 |
## Product Recommendation using Image Similarity <a name="3"></a>
|
79 |

|
|
|
|
|
|
|
|
|
|
|
80 |
|
81 |
---
|
82 |
## Text-to-Image Clothing Designer <a name="4"></a>
|
|
|
72 |
|
73 |
""")
|
74 |
|
75 |
+
# Product Recommendation using Image Similarity
|
76 |
gr.Markdown("""
|
77 |
---
|
78 |
## Product Recommendation using Image Similarity <a name="3"></a>
|
79 |

|
80 |
+
Recommend products that look most similar to the preference products that have already been clicked. [Read more](https://huggingface.co/blog/tonyassi/product-recommendation-using-image-similarity)
|
81 |
+
|
82 |
+
[](https://huggingface.co/spaces/tonyassi/product-recommendation)
|
83 |
+
|
84 |
+
[](https://github.com/TonyAssi/product-recommendation/tree/main)
|
85 |
|
86 |
---
|
87 |
## Text-to-Image Clothing Designer <a name="4"></a>
|