AntaresGuo commited on
Commit
32ca67e
β€’
1 Parent(s): be24841

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -52,16 +52,16 @@ with gr.Blocks(css=css) as demo:
52
  )
53
 
54
  with gr.Column(scale=6):
55
- gr.Markdown('''
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.Markdown('''
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,