Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -328,12 +328,13 @@ with gr.Blocks(css=css) as demo:
|
|
328 |
demo.load(start_session, outputs=[session_state])
|
329 |
|
330 |
with gr.Column(elem_id="col-container"):
|
331 |
-
|
332 |
-
gr.Markdown(
|
333 |
""" # Pixel3dmm [Image Mode] – Versatile Screen-Space Priors for Single-Image 3D Face Reconstruction
|
334 |
-
|
335 |
• Source: [Github](https://github.com/SimonGiebenhain/pixel3dmm)
|
336 |
-
• Gradio App by
|
|
|
|
|
337 |
|
338 |
with gr.Row():
|
339 |
with gr.Column():
|
|
|
328 |
demo.load(start_session, outputs=[session_state])
|
329 |
|
330 |
with gr.Column(elem_id="col-container"):
|
331 |
+
gr.Markdown(
|
|
|
332 |
""" # Pixel3dmm [Image Mode] – Versatile Screen-Space Priors for Single-Image 3D Face Reconstruction
|
333 |
+
|
334 |
• Source: [Github](https://github.com/SimonGiebenhain/pixel3dmm)
|
335 |
+
• Gradio App by [@alexandernasa](https://twitter.com/alexandernasa/)
|
336 |
+
"""
|
337 |
+
)
|
338 |
|
339 |
with gr.Row():
|
340 |
with gr.Column():
|