abhishek HF staff commited on
Commit
7469de8
1 Parent(s): 125bdfb

resize input

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")