HimankJ commited on
Commit
3ab1a99
·
verified ·
1 Parent(s): 6d1bd90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ demo = gr.Interface(
101
  gr.Checkbox(value=True, label='withContours', info='draw the edges of the masks')
102
  ],
103
  outputs = [
104
- gr.Image(label="Segmented Image", interactive=False, type='pil')
105
  gr.Image(label="Cropped Image", interactive=False, type='pil')
106
  ],
107
  title = title,
 
101
  gr.Checkbox(value=True, label='withContours', info='draw the edges of the masks')
102
  ],
103
  outputs = [
104
+ gr.Image(label="Segmented Image", interactive=False, type='pil'),
105
  gr.Image(label="Cropped Image", interactive=False, type='pil')
106
  ],
107
  title = title,