Jezia commited on
Commit
ea41225
1 Parent(s): c0d6a11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def predict_with_simsiam(original_image):
17
 
18
 
19
  title = "Self-supervised contrastive learning with SimSiam"
20
- description = "This space implements a SimSiam network to the task of image classification of the Cifar 10 dataset."
21
  examples = ['horse1.png', 'airplane4.png', 'dog6.png']
22
  article = """<p style='text-align: center'>
23
  <a href='https://keras.io/examples/vision/simsiam/#evaluating-our-ssl-method' target='_blank'>Keras Example given by Sayak Paul</a>
 
17
 
18
 
19
  title = "Self-supervised contrastive learning with SimSiam"
20
+ description = "This space implements a SimSiam network for image classification of the Cifar 10 dataset."
21
  examples = ['horse1.png', 'airplane4.png', 'dog6.png']
22
  article = """<p style='text-align: center'>
23
  <a href='https://keras.io/examples/vision/simsiam/#evaluating-our-ssl-method' target='_blank'>Keras Example given by Sayak Paul</a>