vdprabhu commited on
Commit
3e9c9e7
1 Parent(s): e999c1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ if __name__ == "__main__":
52
 
53
  model = from_pretrained_keras("keras-io/cifar10_metric_learning")
54
 
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.
 
52
 
53
  model = from_pretrained_keras("keras-io/cifar10_metric_learning")
54
 
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.