OmniSVG commited on
Commit
58e5a98
·
verified ·
1 Parent(s): c978468

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ def create_interface():
297
  examples=example_images,
298
  inputs=[image_input],
299
  label="Example Images (click to use)",
300
- examples_per_page=10
301
  )
302
  image_generate_btn = gr.Button("Generate SVG", variant="primary")
303
 
 
297
  examples=example_images,
298
  inputs=[image_input],
299
  label="Example Images (click to use)",
300
+ examples_per_page=12
301
  )
302
  image_generate_btn = gr.Button("Generate SVG", variant="primary")
303