hasibzunair commited on
Commit
f4d11d9
1 Parent(s): d169426

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ inputs = gr.inputs.Image(type='pil')
53
  outputs = gr.outputs.Label(type="confidences",num_top_classes=5)
54
 
55
  title = "Image Recognition Demo"
56
- description = "This is a prototype application which demonstrates how artifical intelligence based systems can recognize what object(s) is present in an image. This fundamental task in computer vision known as `Image Classification` has applications stretching from autonomous vehicles to medical imaging. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
57
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1512.03385' target='_blank'>Deep Residual Learning for Image Recognition</a> | <a href='https://github.com/pytorch/vision/blob/main/torchvision/models/resnet.py' target='_blank'>Github Repo</a></p>"
58
 
59
  gr.Interface(inference,
 
53
  outputs = gr.outputs.Label(type="confidences",num_top_classes=5)
54
 
55
  title = "Image Recognition Demo"
56
+ description = "This is a prototype application which demonstrates how artifical intelligence based systems can recognize what object(s) is present in an image. This fundamental task in computer vision known as `Image Classification` has applications stretching from autonomous vehicles to medical imaging. To use it, simply upload your image, or click one of the examples images to load them, which I took at Montréal Biodôme! Read more at the links below."
57
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/1512.03385' target='_blank'>Deep Residual Learning for Image Recognition</a> | <a href='https://github.com/pytorch/vision/blob/main/torchvision/models/resnet.py' target='_blank'>Github Repo</a></p>"
58
 
59
  gr.Interface(inference,