Mitthoon97 commited on
Commit
8108c95
·
verified ·
1 Parent(s): 7a00ef4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
 
8
  # Load model
9
  print("Loading model...")
10
- model = YOLO('D:/mithoon/teeth_cavity_model_weights/medium_200/obb_folder (1)/content/runs/obb/train13/weights/best.pt')
11
 
12
  print("Model loaded successfully")
13
 
 
7
 
8
  # Load model
9
  print("Loading model...")
10
+ model = YOLO('best.pt')
11
 
12
  print("Model loaded successfully")
13