Clocksp commited on
Commit
6c41fb4
·
verified ·
1 Parent(s): ece3dcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -243,9 +243,8 @@ iface = gr.Interface(
243
  gr.Image(type="pil", label="Segmentation Overlay (red mask)")
244
  ],
245
  title=title,
246
- description=desc,
247
- allow_flagging="never"
248
  )
249
 
250
  if __name__ == "__main__":
251
- iface.launch(share=False)
 
243
  gr.Image(type="pil", label="Segmentation Overlay (red mask)")
244
  ],
245
  title=title,
246
+ description=desc
 
247
  )
248
 
249
  if __name__ == "__main__":
250
+ iface.launch()