LPX55 commited on
Commit
0b17f71
·
verified ·
1 Parent(s): 87024e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -428,7 +428,7 @@ with gr.Blocks(css=css, fill_height=True) as demo:
428
 
429
  with gr.Row(equal_height=False):
430
  input_image = gr.ImageMask(
431
- type="pil", label="Input Image", layers=False
432
  # type="pil", label="Input Image", crop_size=(1024, 1024), layers=False
433
  )
434
 
 
428
 
429
  with gr.Row(equal_height=False):
430
  input_image = gr.ImageMask(
431
+ type="pil", label="Input Image", layers=True
432
  # type="pil", label="Input Image", crop_size=(1024, 1024), layers=False
433
  )
434