Spaces:
Runtime error
Runtime error
Commit
·
85a9e35
1
Parent(s):
d9c2732
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ def get_predictions(img, threshold, box_color, text_color):
|
|
13 |
return v8_frame
|
14 |
|
15 |
# Load the YOLOv8s model for plant leaf detection and classification
|
16 |
-
yolov8_detector = ObjectDetection('
|
17 |
|
18 |
with gr.Blocks(title="Plant Leaf Detection and Classification", theme=gr.themes.Soft()) as interface:
|
19 |
gr.Markdown("# Plant Leaf Detection and Classification")
|
|
|
13 |
return v8_frame
|
14 |
|
15 |
# Load the YOLOv8s model for plant leaf detection and classification
|
16 |
+
yolov8_detector = ObjectDetection('Yolov8')
|
17 |
|
18 |
with gr.Blocks(title="Plant Leaf Detection and Classification", theme=gr.themes.Soft()) as interface:
|
19 |
gr.Markdown("# Plant Leaf Detection and Classification")
|