lemonaddie
commited on
Commit
•
53ad3b4
1
Parent(s):
0d4e8fc
Update app.py
Browse files
app.py
CHANGED
@@ -159,27 +159,7 @@ def run_demo_server(pipe):
|
|
159 |
) as demo:
|
160 |
gr.Markdown(
|
161 |
"""
|
162 |
-
<h1 align="center">
|
163 |
-
<p align="center">
|
164 |
-
<a title="Website" href="https://marigoldmonodepth.github.io/" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
165 |
-
<img src="https://www.obukhov.ai/img/badges/badge-website.svg">
|
166 |
-
</a>
|
167 |
-
<a title="arXiv" href="https://arxiv.org/abs/2312.02145" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
168 |
-
<img src="https://www.obukhov.ai/img/badges/badge-pdf.svg">
|
169 |
-
</a>
|
170 |
-
<a title="Github" href="https://github.com/prs-eth/marigold" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
171 |
-
<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">
|
172 |
-
</a>
|
173 |
-
<a title="Social" href="https://twitter.com/antonobukhov1" target="_blank" rel="noopener noreferrer" style="display: inline-block;">
|
174 |
-
<img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
|
175 |
-
</a>
|
176 |
-
</p>
|
177 |
-
<p align="justify">
|
178 |
-
Marigold is the new state-of-the-art depth estimator for images in the wild.
|
179 |
-
Upload your image into the <b>left</b> side, or click any of the <b>examples</b> below.
|
180 |
-
The result will be computed and appear on the <b>right</b> in the output comparison window.
|
181 |
-
<b style="color: red;">NEW</b>: Scroll down to the new 3D printing part of the demo!
|
182 |
-
</p>
|
183 |
"""
|
184 |
)
|
185 |
|
|
|
159 |
) as demo:
|
160 |
gr.Markdown(
|
161 |
"""
|
162 |
+
<h1 align="center">Geowizard Estimation</h1>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
163 |
"""
|
164 |
)
|
165 |
|