Update app.py
Browse files
app.py
CHANGED
@@ -55,10 +55,10 @@ if __name__ == "__main__":
|
|
55 |
examples = ["examples/yatch.jpeg", "examples/horse.jpeg", "examples/car.jpeg"]
|
56 |
title = "Metric Learning for Image Similarity Search"
|
57 |
|
58 |
-
more_text = """Embeddings for the input image are computed using the model.The nearest neighbours are then calculated
|
59 |
using cosine distance. These are shown here as an image grid."""
|
60 |
|
61 |
-
description = f"This space uses model trained on CIFAR10 dataset using metric learning technique
|
62 |
|
63 |
article = """
|
64 |
<p style='text-align: center'>
|
|
|
55 |
examples = ["examples/yatch.jpeg", "examples/horse.jpeg", "examples/car.jpeg"]
|
56 |
title = "Metric Learning for Image Similarity Search"
|
57 |
|
58 |
+
more_text = """Embeddings for the input image are computed using the model. The nearest neighbours are then calculated
|
59 |
using cosine distance. These are shown here as an image grid."""
|
60 |
|
61 |
+
description = f"This space uses model trained on CIFAR10 dataset using metric learning technique.\n{more_text}\n\n"
|
62 |
|
63 |
article = """
|
64 |
<p style='text-align: center'>
|