Rafa-bork commited on
Commit
bc59120
·
verified ·
1 Parent(s): a7d79b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -123,7 +123,6 @@ with gr.Blocks() as demo:
123
  examples=[os.path.join("examples", f) for f in os.listdir("examples") if f.lower().endswith((".jpg", ".jpeg", ".png"))],
124
  inputs=image_input,
125
  label="Example Images",
126
- examples_per_page=16,
127
  elem_id="custom-example-gallery"
128
  )
129
 
 
123
  examples=[os.path.join("examples", f) for f in os.listdir("examples") if f.lower().endswith((".jpg", ".jpeg", ".png"))],
124
  inputs=image_input,
125
  label="Example Images",
 
126
  elem_id="custom-example-gallery"
127
  )
128