Spaces:
Runtime error
Runtime error
nameupdat
Browse files
app.py
CHANGED
|
@@ -43,14 +43,13 @@ def predict(img: np.ndarray):
|
|
| 43 |
footer = r"""
|
| 44 |
<center>
|
| 45 |
<b>
|
| 46 |
-
|
| 47 |
</b>
|
| 48 |
</center>
|
| 49 |
"""
|
| 50 |
|
| 51 |
with gr.Blocks(title="PIFuHD") as app:
|
| 52 |
gr.HTML("<center><h1>3D Human Digitization</h1></center>")
|
| 53 |
-
gr.HTML("<center><h3>PIFuHD: Multi-Level Pixel-Aligned Implicit Function for High-Resolution 3D Human Digitization (CVPR 2020)</h3></center>")
|
| 54 |
with gr.Row(equal_height=False):
|
| 55 |
with gr.Column():
|
| 56 |
input_img = gr.Image(type="numpy", label="Input image")
|
|
|
|
| 43 |
footer = r"""
|
| 44 |
<center>
|
| 45 |
<b>
|
| 46 |
+
3D Human Digitization
|
| 47 |
</b>
|
| 48 |
</center>
|
| 49 |
"""
|
| 50 |
|
| 51 |
with gr.Blocks(title="PIFuHD") as app:
|
| 52 |
gr.HTML("<center><h1>3D Human Digitization</h1></center>")
|
|
|
|
| 53 |
with gr.Row(equal_height=False):
|
| 54 |
with gr.Column():
|
| 55 |
input_img = gr.Image(type="numpy", label="Input image")
|