coderx7 commited on
Commit
585f77d
·
1 Parent(s): 62ac5e3

update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ inputs = gr.inputs.Image(type='pil')
56
  outputs = gr.outputs.Label(type="confidences",num_top_classes=5)
57
 
58
  title = "SimpleNet"
59
- description = "Gradio demo for SimpleNet network pre-trained on ImageNet. This uses the simplenet_5m_m2 variant. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
60
 
61
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1608.06037' target='_blank'>Lets Keep it simple, Using simple architectures to outperform deeper and more complex architectures</a> | <a href='https://github.com/Coderx7/SimpleNet_Pytorch/blob/master/imagenet/simplenet.py' target='_blank'>Github Repo</a></p>"
62
 
 
56
  outputs = gr.outputs.Label(type="confidences",num_top_classes=5)
57
 
58
  title = "SimpleNet"
59
+ description = "Gradio demo for SimpleNet network pre-trained on ImageNet. This demo uses the simplenet_5m_m1 variant. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
60
 
61
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1608.06037' target='_blank'>Lets Keep it simple, Using simple architectures to outperform deeper and more complex architectures</a> | <a href='https://github.com/Coderx7/SimpleNet_Pytorch/blob/master/imagenet/simplenet.py' target='_blank'>Github Repo</a></p>"
62