Spaces:
Running
Running
badges
Browse files
app.py
CHANGED
@@ -181,6 +181,9 @@ with gr.Blocks(
|
|
181 |
text-align: center;
|
182 |
display: block;
|
183 |
}
|
|
|
|
|
|
|
184 |
.md_feedback li {
|
185 |
margin-bottom: 0px !important;
|
186 |
}
|
@@ -195,25 +198,23 @@ with gr.Blocks(
|
|
195 |
</script>
|
196 |
""",
|
197 |
) as demo:
|
|
|
|
|
|
|
|
|
|
|
|
|
198 |
gr.Markdown(
|
199 |
"""
|
200 |
# Depth To 3D Print
|
201 |
-
<
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
<a title="Social" href="https://twitter.com/antonobukhov1" target="_blank" rel="noopener noreferrer"
|
210 |
-
style="display: inline-block;">
|
211 |
-
<img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
|
212 |
-
</a><br>
|
213 |
-
Start exploring the interactive bas-relief examples at the bottom of the page!
|
214 |
-
The models are watertight and exported in a variety of formats, which makes them 3D-printable.
|
215 |
-
</p>
|
216 |
-
"""
|
217 |
)
|
218 |
with gr.Row():
|
219 |
with gr.Column():
|
|
|
181 |
text-align: center;
|
182 |
display: block;
|
183 |
}
|
184 |
+
a {
|
185 |
+
display: inline-block;
|
186 |
+
}
|
187 |
.md_feedback li {
|
188 |
margin-bottom: 0px !important;
|
189 |
}
|
|
|
198 |
</script>
|
199 |
""",
|
200 |
) as demo:
|
201 |
+
# <img src="https://img.shields.io/badge/π€%20Create%20Your%20-Depth%20from%20Image-blue" alt="Get Depth">
|
202 |
+
# <img src="https://img.shields.io/badge/%F0%9F%A4%8D%20Project%20-Website-af2928" alt="Website Badge">
|
203 |
+
# <img src="https://www.obukhov.ai/img/badges/badge-social.svg" alt="social">
|
204 |
+
# [](https://huggingface.co/spaces/prs-eth/marigold)
|
205 |
+
# [](https://marigoldmonodepth.github.io/)
|
206 |
+
# [](https://x.com/antonobukhov1)
|
207 |
gr.Markdown(
|
208 |
"""
|
209 |
# Depth To 3D Print
|
210 |
+
<center>
|
211 |
+
[](https://huggingface.co/spaces/prs-eth/marigold)
|
212 |
+
[](https://marigoldmonodepth.github.io/)
|
213 |
+
[](https://x.com/antonobukhov1)<br>
|
214 |
+
Start exploring the interactive bas-relief examples at the bottom of the page!
|
215 |
+
The models are watertight and exported in a variety of formats, which makes them 3D-printable.
|
216 |
+
</center>
|
217 |
+
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
218 |
)
|
219 |
with gr.Row():
|
220 |
with gr.Column():
|