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 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/TGXqlGWDiAsw1Fp75lfrk.png)
|
|
|
|
|
|
|
|
|
|
|
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 |
![image/png](https://cdn-uploads.huggingface.co/production/uploads/648a824a8ca6cf9857d1349c/TGXqlGWDiAsw1Fp75lfrk.png)
|
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 |
+
[![Hugging Face Spaces](https://img.shields.io/badge/%F0%9F%A4%97%20Hugging%20Face-Spaces-blue)](https://huggingface.co/spaces/tonyassi/product-recommendation)
|
83 |
+
|
84 |
+
[![Github](https://img.shields.io/badge/Github-Repo-blue)](https://github.com/TonyAssi/product-recommendation/tree/main)
|
85 |
|
86 |
---
|
87 |
## Text-to-Image Clothing Designer <a name="4"></a>
|