cmahima commited on
Commit
290331f
1 Parent(s): 8d0d0ef
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ with image_blocks as demo:
292
 
293
  with gr.Row():
294
  with gr.Column():
295
- imgs = gr.ImageEditor(sources='upload', type="pil", label='Human. Mask with pen or use auto-masking', interactive=True)
296
  with gr.Row():
297
  is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
298
  with gr.Row():
 
292
 
293
  with gr.Row():
294
  with gr.Column():
295
+ imgs = gr.ImageEditor(sources='upload', type="pil", label='Image', interactive=True)
296
  with gr.Row():
297
  is_checked = gr.Checkbox(label="Yes", info="Use auto-generated mask (Takes 5 seconds)",value=True)
298
  with gr.Row():