Spaces:
Running
Running
Commit
·
3d2c92a
1
Parent(s):
f8dff65
Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,7 @@ with gr.Blocks(css = ".output-image, .input-image, .image-preview {height: 400px
|
|
25 |
width: 80%;
|
26 |
height: 900px;
|
27 |
align-items: center;
|
|
|
28 |
border: none;
|
29 |
}
|
30 |
</style>
|
@@ -33,9 +34,7 @@ with gr.Blocks(css = ".output-image, .input-image, .image-preview {height: 400px
|
|
33 |
<header>
|
34 |
<h1>Make-A-Character</h1>
|
35 |
</header>
|
36 |
-
|
37 |
-
<strong>Github:</strong> <a href="https://github.com/Human3DAIGC/Make-A-Character">https://github.com/Human3DAIGC/Make-A-Character</a>
|
38 |
-
</ul>
|
39 |
<section>
|
40 |
<b>If you like our project, please give us a ★ on Github to stay updated with the latest developments.</b>
|
41 |
<iframe src=""" + url + """ title="demo"></iframe>
|
|
|
25 |
width: 80%;
|
26 |
height: 900px;
|
27 |
align-items: center;
|
28 |
+
justify-content: center;
|
29 |
border: none;
|
30 |
}
|
31 |
</style>
|
|
|
34 |
<header>
|
35 |
<h1>Make-A-Character</h1>
|
36 |
</header>
|
37 |
+
|
|
|
|
|
38 |
<section>
|
39 |
<b>If you like our project, please give us a ★ on Github to stay updated with the latest developments.</b>
|
40 |
<iframe src=""" + url + """ title="demo"></iframe>
|