Rawal Khirodkar commited on
Commit
fe9554e
·
1 Parent(s): 38409d1

Set examples_per_page=16 (all 16 thumbnails on one page)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -301,7 +301,7 @@ with gr.Blocks(title="Sapiens2 Pose", theme=gr.themes.Soft(), css=CUSTOM_CSS) as
301
  thr = gr.Slider(0.0, 1.0, value=0.3, step=0.05, label="Keypoint threshold", scale=2)
302
  run = gr.Button("Run", variant="primary", size="lg", scale=1)
303
 
304
- gr.Examples(examples=EXAMPLES, inputs=inp, examples_per_page=14)
305
 
306
  with gr.Accordion("Raw Keypoints", open=False):
307
  out_json = gr.File(label="Keypoints (.json — bboxes + 308 keypoints + scores per person)")
 
301
  thr = gr.Slider(0.0, 1.0, value=0.3, step=0.05, label="Keypoint threshold", scale=2)
302
  run = gr.Button("Run", variant="primary", size="lg", scale=1)
303
 
304
+ gr.Examples(examples=EXAMPLES, inputs=inp, examples_per_page=16)
305
 
306
  with gr.Accordion("Raw Keypoints", open=False):
307
  out_json = gr.File(label="Keypoints (.json — bboxes + 308 keypoints + scores per person)")