Reyga commited on
Commit
2d56fb1
·
verified ·
1 Parent(s): 0094d96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import numpy as np
8
  import cv2
9
 
10
  # Load model YOLOv11
11
- model = YOLO('/content/runs/detect/train/weights/last.pt')
12
 
13
  # Fungsi untuk menjelaskan tanda lalu lintas
14
  def explain_signs(labels):
 
8
  import cv2
9
 
10
  # Load model YOLOv11
11
+ model = YOLO('last.pt')
12
 
13
  # Fungsi untuk menjelaskan tanda lalu lintas
14
  def explain_signs(labels):