jihyeonj commited on
Commit
2f52a9f
·
verified ·
1 Parent(s): e64683b

more examples per page

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -254,7 +254,7 @@ examples = ["mesh_rescaled/" + mesh for mesh in os.listdir("mesh_rescaled/")]
254
  with gr.Blocks() as demo:
255
  with gr.Row():
256
  file_input = gr.File(label="Upload processed planes here")
257
- examples_component = gr.Examples(examples=examples, inputs=file_input, outputs=None)
258
  with gr.Row():
259
  with gr.Column(scale=1, min_width=600):
260
  gr.Markdown("Top 5 largest")
 
254
  with gr.Blocks() as demo:
255
  with gr.Row():
256
  file_input = gr.File(label="Upload processed planes here")
257
+ examples_component = gr.Examples(examples=examples, inputs=file_input, outputs=None, examples_per_page=25)
258
  with gr.Row():
259
  with gr.Column(scale=1, min_width=600):
260
  gr.Markdown("Top 5 largest")