rushic24 commited on
Commit
6886d5c
1 Parent(s): ddb7e13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ def predict_image(img1, img2):
48
  return lab
49
 
50
  title = "Image similarity estimation using a Siamese Network with a contrastive loss"
51
- description = "This space implements a siamese network to compare similar images of the MNIST dataset"
52
  article = """<p style='text-align: center'>
53
  <a href='https://keras.io/examples/vision/siamese_contrastive/' target='_blank'>Keras Example given by Mehdi</a>
54
  <br>
 
48
  return lab
49
 
50
  title = "Image similarity estimation using a Siamese Network with a contrastive loss"
51
+ description = "This space implements a siamese network to compare similar images of the MNIST dataset. To use it simply draw two numbers in the input boxes."
52
  article = """<p style='text-align: center'>
53
  <a href='https://keras.io/examples/vision/siamese_contrastive/' target='_blank'>Keras Example given by Mehdi</a>
54
  <br>