rizkynindra commited on
Commit
a72756f
·
1 Parent(s): 87379ee

squadrone apps

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,10 +10,10 @@ torch.classes.__path__ = []
10
 
11
 
12
  inf = solutions.Inference(
13
- # model="./model/best_100.pt", # You can use any model that Ultralytics support, i.e. YOLO11, or custom trained model
14
 
15
  #for desktop apps
16
- model="best_100.pt"
17
  )
18
 
19
  inf.inference()
 
10
 
11
 
12
  inf = solutions.Inference(
13
+ model="./model/best_100.pt", # You can use any model that Ultralytics support, i.e. YOLO11, or custom trained model
14
 
15
  #for desktop apps
16
+ # model="best_100.pt"
17
  )
18
 
19
  inf.inference()