Prasanna1622 commited on
Commit
b83a2f7
·
verified ·
1 Parent(s): b1aaa7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import tempfile
4
  import cv2
5
 
6
  # Load YOLOv8 model once
7
- model = "best_model.pt"
8
 
9
  # Inference on image
10
  def predict_image(image):
 
4
  import cv2
5
 
6
  # Load YOLOv8 model once
7
+ model = "best.pt"
8
 
9
  # Inference on image
10
  def predict_image(image):