Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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>
|