asif00 commited on
Commit
41f56ca
1 Parent(s): 1b75e5e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,4 +27,4 @@ iface = gr.Interface(
27
  description="This application uses the YOLO model to perform image segmentation on a webcam feed.",
28
  )
29
 
30
- iface.launch(share=True)
 
27
  description="This application uses the YOLO model to perform image segmentation on a webcam feed.",
28
  )
29
 
30
+ iface.launch()