punithkumar779 commited on
Commit
e7e5e6d
·
verified ·
1 Parent(s): f86c058
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -43,14 +43,13 @@ def predict(img: np.ndarray):
43
  footer = r"""
44
  <center>
45
  <b>
46
- Demo for <a href='https://github.com/facebookresearch/pifuhd'>PIFuHD</a>
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")