Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -65,14 +65,12 @@ def predict(input_img, input_video):
|
|
| 65 |
return None, None
|
| 66 |
|
| 67 |
footer = r"""
|
| 68 |
-
|
| 69 |
-
<b>Demo for <a href='https://github.com/facebookresearch/pifuhd'>PIFuHD</a></b>
|
| 70 |
-
</center>
|
| 71 |
"""
|
| 72 |
|
| 73 |
with gr.Blocks(title="PIFuHD") as app:
|
| 74 |
gr.HTML("<center><h1>3D Human Digitization</h1></center>")
|
| 75 |
-
gr.HTML("<center><h3>
|
| 76 |
|
| 77 |
with gr.Row(equal_height=False):
|
| 78 |
with gr.Column():
|
|
|
|
| 65 |
return None, None
|
| 66 |
|
| 67 |
footer = r"""
|
| 68 |
+
|
|
|
|
|
|
|
| 69 |
"""
|
| 70 |
|
| 71 |
with gr.Blocks(title="PIFuHD") as app:
|
| 72 |
gr.HTML("<center><h1>3D Human Digitization</h1></center>")
|
| 73 |
+
gr.HTML("<center><h3>Multi-Level Pixel-Aligned Implicit Function for High-Resolution 3D Models</h3></center>")
|
| 74 |
|
| 75 |
with gr.Row(equal_height=False):
|
| 76 |
with gr.Column():
|