Spaces:
Running
on
Zero
Running
on
Zero
Gradio example per page count chnaged for mobile
Browse files
app.py
CHANGED
|
@@ -267,13 +267,13 @@ with image_blocks as demo:
|
|
| 267 |
with gr.Column():
|
| 268 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='λμ μ΄λ―Έμ§', interactive=True)
|
| 269 |
with gr.Row():
|
| 270 |
-
is_checked = gr.Checkbox(label="Yes", info="
|
| 271 |
-
|
| 272 |
-
|
| 273 |
|
| 274 |
example = gr.Examples(
|
| 275 |
inputs=imgs,
|
| 276 |
-
examples_per_page=
|
| 277 |
examples=human_ex_list
|
| 278 |
)
|
| 279 |
|
|
|
|
| 267 |
with gr.Column():
|
| 268 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='λμ μ΄λ―Έμ§', interactive=True)
|
| 269 |
with gr.Row():
|
| 270 |
+
is_checked = gr.Checkbox(label="Yes", info="μλ λ§μ€νΉ",value=True)
|
| 271 |
+
# with gr.Row():
|
| 272 |
+
# is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
|
| 273 |
|
| 274 |
example = gr.Examples(
|
| 275 |
inputs=imgs,
|
| 276 |
+
examples_per_page=8,
|
| 277 |
examples=human_ex_list
|
| 278 |
)
|
| 279 |
|