nehulagrawal commited on
Commit
b9b3db4
·
1 Parent(s): 098a57d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('yolov8')
45
 
46
  interface.launch()
 
41
  gr.Examples(examples=examples, inputs=[image, confidence])
42
 
43
 
44
+ yolov8_detector = ObjectDetection('Yolov8')
45
 
46
  interface.launch()