Update app.py
Browse files
app.py
CHANGED
|
@@ -126,7 +126,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 126 |
"data/src_img/cropped/zt12.png"
|
| 127 |
],
|
| 128 |
inputs=[image_path],
|
| 129 |
-
examples_per_page=
|
| 130 |
)
|
| 131 |
run_btn = gr.Button("Run")
|
| 132 |
with gr.Column():
|
|
|
|
| 126 |
"data/src_img/cropped/zt12.png"
|
| 127 |
],
|
| 128 |
inputs=[image_path],
|
| 129 |
+
examples_per_page=5
|
| 130 |
)
|
| 131 |
run_btn = gr.Button("Run")
|
| 132 |
with gr.Column():
|