Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
51059f1
1
Parent(s):
7f0d323
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ outputs = gr.outputs.Image(type="pil",label="Output Image")
|
|
52 |
|
53 |
title = "DPT-Large"
|
54 |
description = "Gradio demo for DPT-Large:Vision Transformers for Dense Prediction.To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
55 |
-
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2103.13413'>Vision Transformers for Dense Prediction</a> | <a href='https://github.com/intel-isl/MiDaS'>Github Repo</a></p>"
|
56 |
|
57 |
examples=[['dog.jpg']]
|
58 |
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, analytics_enabled=False,examples=examples).launch(debug=True)
|
|
|
52 |
|
53 |
title = "DPT-Large"
|
54 |
description = "Gradio demo for DPT-Large:Vision Transformers for Dense Prediction.To use it, simply upload your image, or click one of the examples to load them. Read more at the links below."
|
55 |
+
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2103.13413' target='_blank'>Vision Transformers for Dense Prediction</a> | <a href='https://github.com/intel-isl/MiDaS' target='_blank'>Github Repo</a></p>"
|
56 |
|
57 |
examples=[['dog.jpg']]
|
58 |
gr.Interface(inference, inputs, outputs, title=title, description=description, article=article, analytics_enabled=False,examples=examples).launch(debug=True)
|