Spaces:
Runtime error
Runtime error
resize input
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ with gr.Blocks() as demo:
|
|
53 |
)
|
54 |
selected_pixels = gr.State([])
|
55 |
with gr.Row():
|
56 |
-
input_img = gr.Image(label="Input")
|
57 |
mask_img = gr.Image(label="Mask")
|
58 |
seg_img = gr.Image(label="Segmentation")
|
59 |
output_img = gr.Image(label="Output")
|
|
|
53 |
)
|
54 |
selected_pixels = gr.State([])
|
55 |
with gr.Row():
|
56 |
+
input_img = gr.Image(label="Input", shape=(512, 512))
|
57 |
mask_img = gr.Image(label="Mask")
|
58 |
seg_img = gr.Image(label="Segmentation")
|
59 |
output_img = gr.Image(label="Output")
|