Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ if __name__ == "__main__":
|
|
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
|
62 |
|
63 |
article = """
|
64 |
<p style='text-align: center'>
|
|
|
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.{more_text}\n\n"
|
62 |
|
63 |
article = """
|
64 |
<p style='text-align: center'>
|