ttheland commited on
Commit
3da0a3a
1 Parent(s): 7e9e266

links open in new tab

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -103,7 +103,7 @@ description = "A pretrained ResNet18 CNN trained on the Leeds Butterfly Dataset.
103
  examples = [['./h_erato.jpg'],['d_plexippus.jpg'],['v_cardui.jpg'],['p_cresphontes.jpg'],['p_rapae.jpg']]
104
  article_text = markdown.markdown('''
105
 
106
- <h1 style="color:white">PyTorch image classification - A pretrained ResNet18 CNN trained on the <a href="http://www.josiahwang.com/dataset/leedsbutterfly/">Leeds Butterfly Dataset</a></h1>
107
  <br>
108
  <p>The Leeds Butterfly Dataset consists of 832 images in 10 classes:</p>
109
  <ul>
@@ -119,7 +119,7 @@ article_text = markdown.markdown('''
119
  <li>Vanessa cardui - Painted Lady</li>
120
  </ul>
121
  <br>
122
- <p>Part of a dissertation project. Author: <a href="https://github.com/ttheland">ttheland</a></p>
123
  ''')
124
 
125
  iface = gr.Interface(
 
103
  examples = [['./h_erato.jpg'],['d_plexippus.jpg'],['v_cardui.jpg'],['p_cresphontes.jpg'],['p_rapae.jpg']]
104
  article_text = markdown.markdown('''
105
 
106
+ <h1 style="color:white">PyTorch image classification - A pretrained ResNet18 CNN trained on the <a href="http://www.josiahwang.com/dataset/leedsbutterfly/" target="_blank">Leeds Butterfly Dataset</a></h1>
107
  <br>
108
  <p>The Leeds Butterfly Dataset consists of 832 images in 10 classes:</p>
109
  <ul>
 
119
  <li>Vanessa cardui - Painted Lady</li>
120
  </ul>
121
  <br>
122
+ <p>Part of a dissertation project. Author: <a href="https://github.com/ttheland" target="_blank">ttheland</a></p>
123
  ''')
124
 
125
  iface = gr.Interface(