Update app.py
Browse files
app.py
CHANGED
@@ -55,13 +55,13 @@ if __name__ == "__main__":
|
|
55 |
examples = ["examples/boat.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
|
59 |
-
The nearest neighbours are calculated using the cosine distance and these shown in the image grid."""
|
60 |
|
61 |
-
description = f"This space uses model trained on CIFAR10 dataset using metric learning.\n\n{more_text}"
|
62 |
|
63 |
article = """
|
64 |
-
|
65 |
<a href='https://keras.io/examples/vision/metric_learning/' target='_blank'>Keras Example by Mat Kelcey</a>
|
66 |
<br>
|
67 |
Space by Vrinda Prabhu
|
|
|
55 |
examples = ["examples/boat.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.
|
59 |
+
The nearest neighbours are then calculated using the cosine distance and these shown in the image grid."""
|
60 |
|
61 |
+
description = f"This space uses model trained on CIFAR10 dataset using metric learning technique.\n\n{more_text}"
|
62 |
|
63 |
article = """
|
64 |
+
<p style='text-align: center'>
|
65 |
<a href='https://keras.io/examples/vision/metric_learning/' target='_blank'>Keras Example by Mat Kelcey</a>
|
66 |
<br>
|
67 |
Space by Vrinda Prabhu
|