sovitrath commited on
Commit
7f5ad52
·
1 Parent(s): 30d362b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import cv2
5
  from ultralytics import YOLO
6
 
7
  model = YOLO('best.pt')
8
- path = [['pothole_screenshot.png']]
9
 
10
  def show_preds(image_path):
11
  image = cv2.imread(image_path)
 
5
  from ultralytics import YOLO
6
 
7
  model = YOLO('best.pt')
8
+ path = [['pothole_example.jpg'], ['pothole_screenshot.png']]
9
 
10
  def show_preds(image_path):
11
  image = cv2.imread(image_path)