vdprabhu commited on
Commit
94c41ad
1 Parent(s): 095035e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.{more_text}\n\n"
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'>