Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ image_validator = Image_Validator(model_name="CLIP-ViT Base")
|
|
| 6 |
iface = gr.Interface(image_validator.similarity_score,
|
| 7 |
inputs=["image", "image"],
|
| 8 |
outputs="number",
|
| 9 |
-
title="Product
|
| 10 |
description="Enter two product descriptions to calculate their similarity."
|
| 11 |
)
|
| 12 |
iface.launch()
|
|
|
|
| 6 |
iface = gr.Interface(image_validator.similarity_score,
|
| 7 |
inputs=["image", "image"],
|
| 8 |
outputs="number",
|
| 9 |
+
title="Product Image Similarity Calculator",
|
| 10 |
description="Enter two product descriptions to calculate their similarity."
|
| 11 |
)
|
| 12 |
iface.launch()
|