Mnjar commited on
Commit
d1684c9
·
1 Parent(s): 7549b99

Fix mode path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image, ImageDraw, ImageFont
5
  from ultralytics import YOLO
6
 
7
  # Load YOLO model
8
- model = YOLO('/Users/fajar/Kuliah/Semester 5/Computer-Vision/Project/src/app/TrashDetection/trash_detection.pt')
9
 
10
  def predict(image):
11
  """
 
5
  from ultralytics import YOLO
6
 
7
  # Load YOLO model
8
+ model = YOLO('TrashDetection/trash_detection.pt')
9
 
10
  def predict(image):
11
  """