Jezia commited on
Commit
07c77a9
1 Parent(s): 8da1af4

Update app.py

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