Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ title = r"""
|
|
21 |
</br>
|
22 |
|
23 |
</br>
|
24 |
-
<img src="
|
25 |
</br>
|
26 |
<h2 style="text-align: center;">===================🤪🥳 Have a Try 🤩😄===================</h2>
|
27 |
"""
|
@@ -58,7 +58,7 @@ with gr.Blocks(css=css) as demo:
|
|
58 |
<h1 align="center">Style Gallery</h1>
|
59 |
''')
|
60 |
example_gallery = gr.Gallery(label="style_type", show_label=True, elem_id="example_gallery",
|
61 |
-
value=list(style_example.keys()), columns=
|
62 |
)
|
63 |
# vis result gallery
|
64 |
gr.Markdown('''
|
|
|
21 |
</br>
|
22 |
|
23 |
</br>
|
24 |
+
<img src="./docs/resource/X2Painting/pics/xword_intro.png" style="display: block; margin: 0 auto; max-height: 384px;">
|
25 |
</br>
|
26 |
<h2 style="text-align: center;">===================🤪🥳 Have a Try 🤩😄===================</h2>
|
27 |
"""
|
|
|
58 |
<h1 align="center">Style Gallery</h1>
|
59 |
''')
|
60 |
example_gallery = gr.Gallery(label="style_type", show_label=True, elem_id="example_gallery",
|
61 |
+
value=list(style_example.keys()), columns=5
|
62 |
)
|
63 |
# vis result gallery
|
64 |
gr.Markdown('''
|