StephaneBah commited on
Commit
d43ce8e
·
verified ·
1 Parent(s): 125b32f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def create_interface():
44
  with gr.Row():
45
  with gr.Column(scale=1):
46
  gr.Markdown("<h5>Upload your image</h5>")
47
- image_input = gr.Image(type='pil', label="Upload Image", shape=(512, 512))
48
  with gr.Row():
49
  segment_button = gr.Button("Run Segmentation", elem_id="segment-btn")
50
  with gr.Column(scale=1):
 
44
  with gr.Row():
45
  with gr.Column(scale=1):
46
  gr.Markdown("<h5>Upload your image</h5>")
47
+ image_input = gr.Image(type='pil', label="Upload Image")
48
  with gr.Row():
49
  segment_button = gr.Button("Run Segmentation", elem_id="segment-btn")
50
  with gr.Column(scale=1):