CiaraRowles commited on
Commit
090660b
1 Parent(s): c136a2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ with gr.Blocks(css=css) as demo:
89
  gallery = gr.Gallery(label="Generated Images")
90
  examples = gr.Examples(
91
  inputs=files,
92
- examples_per_page=4,
93
  examples=list_path
94
  )
95
  stylecode_gen.click(fn=make_stylecode_gui,inputs=[files],outputs=stylecode)
 
89
  gallery = gr.Gallery(label="Generated Images")
90
  examples = gr.Examples(
91
  inputs=files,
92
+ examples_per_page=5,
93
  examples=list_path
94
  )
95
  stylecode_gen.click(fn=make_stylecode_gui,inputs=[files],outputs=stylecode)