Spaces:
Runtime error
Runtime error
changes
Browse files
app.py
CHANGED
@@ -293,7 +293,7 @@ with image_blocks as demo:
|
|
293 |
with gr.Column():
|
294 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Image', interactive=True)
|
295 |
with gr.Row():
|
296 |
-
is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask
|
297 |
with gr.Row():
|
298 |
is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
|
299 |
|
|
|
293 |
with gr.Column():
|
294 |
imgs = gr.ImageEditor(sources='upload', type="pil", label='Image', interactive=True)
|
295 |
with gr.Row():
|
296 |
+
is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask",value=True)
|
297 |
with gr.Row():
|
298 |
is_checked_crop = gr.Checkbox(label="Yes", info="Use auto-crop & resizing",value=False)
|
299 |
|