Spaces:
Running on Zero
Running on Zero
Rawal Khirodkar commited on
Commit ·
1a44717
1
Parent(s): 45d1cab
Set examples_per_page=16 (all 16 thumbnails on one page)
Browse files
app.py
CHANGED
|
@@ -267,7 +267,7 @@ with gr.Blocks(title="Sapiens2 Normal", theme=gr.themes.Soft(), css=CUSTOM_CSS)
|
|
| 267 |
)
|
| 268 |
run = gr.Button("Run", variant="primary", size="lg", scale=1)
|
| 269 |
|
| 270 |
-
gr.Examples(examples=EXAMPLES, inputs=inp, examples_per_page=
|
| 271 |
|
| 272 |
with gr.Accordion("Raw Normals", open=False):
|
| 273 |
out_npy = gr.File(label="Raw normals (.npy float32 [-1, 1]; NaN where bg removed)")
|
|
|
|
| 267 |
)
|
| 268 |
run = gr.Button("Run", variant="primary", size="lg", scale=1)
|
| 269 |
|
| 270 |
+
gr.Examples(examples=EXAMPLES, inputs=inp, examples_per_page=16)
|
| 271 |
|
| 272 |
with gr.Accordion("Raw Normals", open=False):
|
| 273 |
out_npy = gr.File(label="Raw normals (.npy float32 [-1, 1]; NaN where bg removed)")
|