Rawal Khirodkar commited on
Commit
63a3732
·
1 Parent(s): a21f0fb

Pointmap: examples_per_page=24 (fits all 16 on one page)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -466,7 +466,7 @@ with gr.Blocks(title="Sapiens2 Pointmap", theme=gr.themes.Soft(), css=CUSTOM_CSS
466
  container=False,
467
  )
468
  run = gr.Button("Run", variant="primary")
469
- gr.Examples(examples=EXAMPLES, inputs=inp, examples_per_page=14)
470
  out_depth = gr.Image(label="Depth (Z)", type="pil", height=640, scale=3)
471
 
472
  run.click(predict, inputs=[inp, size], outputs=[out_depth, out_glb])
 
466
  container=False,
467
  )
468
  run = gr.Button("Run", variant="primary")
469
+ gr.Examples(examples=EXAMPLES, inputs=inp, examples_per_page=24)
470
  out_depth = gr.Image(label="Depth (Z)", type="pil", height=640, scale=3)
471
 
472
  run.click(predict, inputs=[inp, size], outputs=[out_depth, out_glb])