Spaces:
Runtime error
Runtime error
Logan Zoellner
commited on
Commit
•
326480a
1
Parent(s):
712d57a
fix indent
Browse files
app.py
CHANGED
@@ -20,8 +20,9 @@ demo = gr.Blocks()
|
|
20 |
with demo:
|
21 |
gr.Markdown("<h1><center>StyleGan-Human + PIFu </center></h1>")
|
22 |
gr.Markdown(
|
23 |
-
"create a person and then generate a model from that person's image"
|
24 |
)
|
|
|
25 |
|
26 |
with gr.Row():
|
27 |
b0 = gr.Button("generate image")
|
|
|
20 |
with demo:
|
21 |
gr.Markdown("<h1><center>StyleGan-Human + PIFu </center></h1>")
|
22 |
gr.Markdown(
|
23 |
+
"create a person and then generate a model from that person's image"
|
24 |
)
|
25 |
+
|
26 |
|
27 |
with gr.Row():
|
28 |
b0 = gr.Button("generate image")
|