Noursine commited on
Commit
e0bba86
·
verified ·
1 Parent(s): 049e1fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from ultralytics import YOLO
4
  from PIL import Image
5
 
6
  # Load YOLOv8 model
7
- model = YOLO('/content/drive/MyDrive/yolov8_models/best (4).pt')
8
 
9
  # Folder with test images
10
  test_images_folder = '/content/Instance_seg_teeth/Dataset/yolo_test_dataset/test/images'
 
4
  from PIL import Image
5
 
6
  # Load YOLOv8 model
7
+ model = YOLO('/content/drive/MyDrive/yolov8_models/best.pt')
8
 
9
  # Folder with test images
10
  test_images_folder = '/content/Instance_seg_teeth/Dataset/yolo_test_dataset/test/images'