vdprabhu commited on
Commit
5859bbc
·
1 Parent(s): 3e9c9e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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 xomputed using the model trained using the metric learning technique.
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
- <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
 
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