Update app.py
Browse files
app.py
CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks() as demo:
|
|
143 |
)
|
144 |
|
145 |
input_image = gr.ImageMask(
|
146 |
-
type="pil", label="Input Image", layers=False
|
147 |
)
|
148 |
with gr.Column():
|
149 |
model_selection = gr.Dropdown(
|
|
|
143 |
)
|
144 |
|
145 |
input_image = gr.ImageMask(
|
146 |
+
type="pil", label="Input Image",crop_size=(1200,1200), layers=False
|
147 |
)
|
148 |
with gr.Column():
|
149 |
model_selection = gr.Dropdown(
|