Spaces:
Runtime error
Runtime error
AntaresGuo
commited on
Commit
β’
32ca67e
1
Parent(s):
be24841
Update app.py
Browse files
app.py
CHANGED
@@ -52,16 +52,16 @@ with gr.Blocks(css=css) as demo:
|
|
52 |
)
|
53 |
|
54 |
with gr.Column(scale=6):
|
55 |
-
gr.
|
56 |
<h1 align="center">Style Gallery</h1>
|
57 |
-
|
58 |
example_gallery = gr.Gallery(label="style_type", show_label=True, elem_id="example_gallery",
|
59 |
value=list(style_example.keys()), columns=5
|
60 |
)
|
61 |
# vis result gallery
|
62 |
-
gr.
|
63 |
<h1 align="center">Result Gallery</h1>
|
64 |
-
|
65 |
final_gallery = gr.Gallery(
|
66 |
label="ζη»ηζεΎ",
|
67 |
show_label=False,
|
|
|
52 |
)
|
53 |
|
54 |
with gr.Column(scale=6):
|
55 |
+
gr.HTML("""
|
56 |
<h1 align="center">Style Gallery</h1>
|
57 |
+
""")
|
58 |
example_gallery = gr.Gallery(label="style_type", show_label=True, elem_id="example_gallery",
|
59 |
value=list(style_example.keys()), columns=5
|
60 |
)
|
61 |
# vis result gallery
|
62 |
+
gr.HTML("""
|
63 |
<h1 align="center">Result Gallery</h1>
|
64 |
+
""")
|
65 |
final_gallery = gr.Gallery(
|
66 |
label="ζη»ηζεΎ",
|
67 |
show_label=False,
|