Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -300,7 +300,7 @@ with gr.Blocks(css=css) as demo:
|
|
300 |
"""
|
301 |
<div style="text-align: center;">
|
302 |
<p style="font-size:16px; display: inline; margin: 0;">
|
303 |
-
Pixel3dmm [Image Mode]
|
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">
|
@@ -309,7 +309,6 @@ with gr.Blocks(css=css) as demo:
|
|
309 |
"""
|
310 |
)
|
311 |
|
312 |
-
|
313 |
with gr.Column(elem_id="col-container"):
|
314 |
|
315 |
with gr.Row():
|
|
|
300 |
"""
|
301 |
<div style="text-align: center;">
|
302 |
<p style="font-size:16px; display: inline; margin: 0;">
|
303 |
+
<strong>Pixel3dmm [Image Mode]</strong> – 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">
|
|
|
309 |
"""
|
310 |
)
|
311 |
|
|
|
312 |
with gr.Column(elem_id="col-container"):
|
313 |
|
314 |
with gr.Row():
|