venkyvicky commited on
Commit
c532b56
·
verified ·
1 Parent(s): 3382bb5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -604,7 +604,7 @@ with gr.Blocks(title="AI Vision Showdown", theme=gr.themes.Default(primary_hue="
604
  gr.Examples(
605
  examples=valid_examples,
606
  inputs=image_input,
607
- examples_per_page=4,
608
  label=""
609
  )
610
 
 
604
  gr.Examples(
605
  examples=valid_examples,
606
  inputs=image_input,
607
+ examples_per_page=5,
608
  label=""
609
  )
610