Spaces:
Running
on
Zero
Running
on
Zero
Changes
Browse files
app.py
CHANGED
@@ -272,7 +272,7 @@ with image_blocks as demo:
|
|
272 |
with gr.Row():
|
273 |
is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
|
274 |
|
275 |
-
with gr.Row(equal_height=True
|
276 |
example = gr.Examples(
|
277 |
inputs=imgs,
|
278 |
examples_per_page=5,
|
|
|
272 |
with gr.Row():
|
273 |
is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
|
274 |
|
275 |
+
with gr.Row(equal_height=True):
|
276 |
example = gr.Examples(
|
277 |
inputs=imgs,
|
278 |
examples_per_page=5,
|