AntaresGuo commited on
Commit
8319510
·
verified ·
1 Parent(s): 2758916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,7 +21,7 @@ title = r"""
21
  </br>
22
 
23
  </br>
24
- <img src="file/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,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=10
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('''