vdprabhu commited on
Commit
095035e
·
1 Parent(s): 958537b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,9 +56,9 @@ if __name__ == "__main__":
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 the cosine distance shown here as the output as an image grid."""
60
 
61
- description = f"This space uses model trained on CIFAR10 dataset using metric learning technique.\n{more_text}\n"
62
 
63
  article = """
64
  <p style='text-align: center'>
 
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.{more_text}\n\n"
62
 
63
  article = """
64
  <p style='text-align: center'>