Update app.py
Browse files
app.py
CHANGED
|
@@ -156,8 +156,28 @@ def run_demo_server(pipe):
|
|
| 156 |
""",
|
| 157 |
) as demo:
|
| 158 |
gr.Markdown(
|
| 159 |
-
|
| 160 |
-
<h1 align="center">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 161 |
"""
|
| 162 |
)
|
| 163 |
|
|
|
|
| 156 |
""",
|
| 157 |
) as demo:
|
| 158 |
gr.Markdown(
|
| 159 |
+
"""
|
| 160 |
+
<h1 align="center">Marigold Depth Estimation</h1>
|
| 161 |
+
<p align="center">
|
| 162 |
+
<a title="Website" href="https://marigoldmonodepth.github.io/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 163 |
+
<img src="https://www.obukhov.ai/img/badges/badge-website.svg">
|
| 164 |
+
</a>
|
| 165 |
+
<a title="arXiv" href="https://arxiv.org/abs/2312.02145" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 166 |
+
<img src="https://www.obukhov.ai/img/badges/badge-pdf.svg">
|
| 167 |
+
</a>
|
| 168 |
+
<a title="Github" href="https://github.com/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 169 |
+
<img src="https://img.shields.io/github/stars/prs-eth/marigold?label=GitHub%20%E2%98%85&logo=github&color=C8C" alt="badge-github-stars">
|
| 170 |
+
</a>
|
| 171 |
+
<a title="Social" href="https://twitter.com/antonobukhov1" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
| 172 |
+
<img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
|
| 173 |
+
</a>
|
| 174 |
+
</p>
|
| 175 |
+
<p align="justify">
|
| 176 |
+
Marigold is the new state-of-the-art depth estimator for images in the wild.
|
| 177 |
+
Upload your image into the <b>left</b> side, or click any of the <b>examples</b> below.
|
| 178 |
+
The result will be computed and appear on the <b>right</b> in the output comparison window.
|
| 179 |
+
<b style="color: red;">NEW</b>: Scroll down to the new 3D printing part of the demo!
|
| 180 |
+
</p>
|
| 181 |
"""
|
| 182 |
)
|
| 183 |
|