Garvitj commited on
Commit
414b874
·
verified ·
1 Parent(s): 340ae4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import tempfile
5
  import os
6
 
7
  # Load your trained model
8
- model = YOLO("yolov8n.pt") # Replace with your trained model .pt path
9
 
10
  # Detection function with confidence filter
11
  def detect_disease(image):
 
5
  import os
6
 
7
  # Load your trained model
8
+ model = YOLO("best.pt") # Replace with your trained model .pt path
9
 
10
  # Detection function with confidence filter
11
  def detect_disease(image):