qonitasal commited on
Commit
f1f2a6d
·
verified ·
1 Parent(s): 510632f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from ultralytics import YOLO
7
  from pathlib import Path
8
 
9
  # === Konfigurasi ===
10
- model_path = "model/best.pt"
11
  gt_label_dir = "data/labels"
12
  class_names = ['coral or rock', 'pipeline', 'ripple marks', 'shipwreck']
13
 
 
7
  from pathlib import Path
8
 
9
  # === Konfigurasi ===
10
+ model_path = "best.pt"
11
  gt_label_dir = "data/labels"
12
  class_names = ['coral or rock', 'pipeline', 'ripple marks', 'shipwreck']
13