geyongtao commited on
Commit
dc22c50
1 Parent(s): af4447d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -92,10 +92,10 @@ def run_demo():
92
 
93
  _TITLE = '''3D Human Reconstruction in the Wild with Synthetic Data Using Generative Models'''
94
 
95
- block = gr.Blocks(title=_TITLE).queue()
96
 
97
  with block:
98
- gr.Markdown("## Surface Normal ControlNet ")
99
  gr.HTML('''
100
  <p style="margin-bottom: 10px; font-size: 94%">
101
  This is a demo for Surface Normal ControlNet that using
 
92
 
93
  _TITLE = '''3D Human Reconstruction in the Wild with Synthetic Data Using Generative Models'''
94
 
95
+ block = gr.Blocks().queue()
96
 
97
  with block:
98
+ gr.Markdown("# 3D Human Reconstruction in the Wild with Synthetic Data Using Generative Models ")
99
  gr.HTML('''
100
  <p style="margin-bottom: 10px; font-size: 94%">
101
  This is a demo for Surface Normal ControlNet that using