Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,6 @@ import os
|
|
| 6 |
from ultralytics import YOLO
|
| 7 |
|
| 8 |
path = ['./data/0068.jpg', './data/0210.jpg']
|
| 9 |
-
path0 = []
|
| 10 |
|
| 11 |
model_path = './best.pt'
|
| 12 |
model = YOLO(model_path)
|
|
@@ -25,6 +24,7 @@ iface = gr.Interface(
|
|
| 25 |
title="Cheerios detector",
|
| 26 |
description = "test description here with a lot of words to see how it looks irl... i wonder what size this will be",
|
| 27 |
examples= path,
|
|
|
|
| 28 |
)
|
| 29 |
|
| 30 |
# Launch the interface
|
|
|
|
| 6 |
from ultralytics import YOLO
|
| 7 |
|
| 8 |
path = ['./data/0068.jpg', './data/0210.jpg']
|
|
|
|
| 9 |
|
| 10 |
model_path = './best.pt'
|
| 11 |
model = YOLO(model_path)
|
|
|
|
| 24 |
title="Cheerios detector",
|
| 25 |
description = "test description here with a lot of words to see how it looks irl... i wonder what size this will be",
|
| 26 |
examples= path,
|
| 27 |
+
gradio.HTML(https://falcon.duality.ai/secure/documentation?learnWelcome=true&sidebarMode=learn),
|
| 28 |
)
|
| 29 |
|
| 30 |
# Launch the interface
|