Spaces:
Sleeping
Sleeping
more examples per page
Browse files
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")
|