Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -299,18 +299,17 @@ with gr.Blocks(css=css) as demo:
|
|
| 299 |
gr.HTML(
|
| 300 |
"""
|
| 301 |
<div style="text-align: center;">
|
| 302 |
-
<
|
| 303 |
-
|
| 304 |
-
|
| 305 |
-
|
| 306 |
-
|
| 307 |
-
<a href="https://github.com/SimonGiebenhain/pixel3dmm">
|
| 308 |
-
<img src='https://img.shields.io/badge/GitHub-Repo-blue'>
|
| 309 |
</a>
|
| 310 |
</div>
|
| 311 |
"""
|
| 312 |
)
|
| 313 |
|
|
|
|
| 314 |
with gr.Column(elem_id="col-container"):
|
| 315 |
|
| 316 |
with gr.Row():
|
|
|
|
| 299 |
gr.HTML(
|
| 300 |
"""
|
| 301 |
<div style="text-align: center;">
|
| 302 |
+
<p style="font-size:16px; display: inline; margin: 0;">
|
| 303 |
+
Pixel3dmm [Image Mode] - Versatile Screen-Space Priors for Single-Image 3D Face Reconstruction.
|
| 304 |
+
</p>
|
| 305 |
+
<a href="https://github.com/SimonGiebenhain/pixel3dmm" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
|
| 306 |
+
<img src="https://img.shields.io/badge/GitHub-Repo-blue" alt="GitHub Repo">
|
|
|
|
|
|
|
| 307 |
</a>
|
| 308 |
</div>
|
| 309 |
"""
|
| 310 |
)
|
| 311 |
|
| 312 |
+
|
| 313 |
with gr.Column(elem_id="col-container"):
|
| 314 |
|
| 315 |
with gr.Row():
|