Spaces:
Runtime error
Runtime error
fixed conflicts
Browse files
app.py
CHANGED
|
@@ -18,5 +18,6 @@ yolo_app = gr.Interface(
|
|
| 18 |
title="YOLOv8: Custom Instance segmentation on lettuce leafs",
|
| 19 |
cache_examples=True,
|
| 20 |
)
|
|
|
|
| 21 |
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 22 |
yolo_app.launch()
|
|
|
|
| 18 |
title="YOLOv8: Custom Instance segmentation on lettuce leafs",
|
| 19 |
cache_examples=True,
|
| 20 |
)
|
| 21 |
+
|
| 22 |
# iface = gr.Interface(fn=greet, inputs="text", outputs="text")
|
| 23 |
yolo_app.launch()
|