Update
Browse files
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(
|
|
|
|
| 27 |
description="This application uses the YOLO model to perform image segmentation on a webcam feed.",
|
| 28 |
)
|
| 29 |
|
| 30 |
+
iface.launch()
|