Pawel_Mar commited on
Commit
1aadc8f
·
2 Parent(s): 612b741 c526faa

fixed conflicts

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()