Spaces:
Runtime error
Runtime error
Commit
路
cfa9c2b
1
Parent(s):
93b9fbd
cleanup
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ outputs = gr.outputs.Label(type="confidences",num_top_classes=5)
|
|
59 |
|
60 |
# Define style
|
61 |
title = "Image Recognition Demo"
|
62 |
-
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
|
63 |
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>"
|
64 |
|
65 |
# Run inference
|
|
|
59 |
|
60 |
# Define style
|
61 |
title = "Image Recognition Demo"
|
62 |
+
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 <a href='https://espacepourlavie.ca/en/biodome' target='_blank'>Montr茅al Biod么me</a>! Read more at the links below."
|
63 |
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>"
|
64 |
|
65 |
# Run inference
|