cmahima commited on
Commit
f47b3b3
1 Parent(s): 79d16aa
Files changed (1) hide show
  1. app.py +1 -1
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 (Takes 5 seconds)",value=True)
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