Spaces:
Runtime error
Runtime error
Commit
·
b9b3db4
1
Parent(s):
098a57d
Update app.py
Browse files
app.py
CHANGED
@@ -41,6 +41,6 @@ with gr.Blocks(title="Leaf Disease Detection", theme=gr.themes.Monochrome()) as
|
|
41 |
gr.Examples(examples=examples, inputs=[image, confidence])
|
42 |
|
43 |
|
44 |
-
yolov8_detector = ObjectDetection('
|
45 |
|
46 |
interface.launch()
|
|
|
41 |
gr.Examples(examples=examples, inputs=[image, confidence])
|
42 |
|
43 |
|
44 |
+
yolov8_detector = ObjectDetection('Yolov8')
|
45 |
|
46 |
interface.launch()
|