punithkumar779 commited on
Commit
dd9544d
1 Parent(s): b3eb10d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -65,14 +65,12 @@ def predict(input_img, input_video):
65
  return None, None
66
 
67
  footer = r"""
68
- <center>
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>PIFuHD: Multi-Level Pixel-Aligned Implicit Function for High-Resolution 3D Human Digitization (CVPR 2020)</h3></center>")
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():