Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -57,8 +57,5 @@ description = "Gradio demo for ResNet, Deep residual networks pre-trained on Ima
|
|
57 |
|
58 |
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>"
|
59 |
|
60 |
-
examples = [
|
61 |
-
['dog.jpg']
|
62 |
-
]
|
63 |
|
64 |
-
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article,
|
|
|
57 |
|
58 |
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>"
|
59 |
|
|
|
|
|
|
|
60 |
|
61 |
+
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, analytics_enabled=False).launch()
|