Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|
96 |
|
97 |
with block:
|
98 |
-
gr.Markdown("
|
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
|