Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=
|
| 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 |
|