Shilpaj commited on
Commit
a903795
·
1 Parent(s): 6442052

Fix: examples loading issue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from utils.inference import segment_everything, segment_with_points, get_points_
12
 
13
  # Load the pre-trained model
14
  model = YOLO('./FastSAM.pt')
15
- example_dir = './examples/'
16
 
17
  # Select the device
18
  device = torch.device(
 
12
 
13
  # Load the pre-trained model
14
  model = YOLO('./FastSAM.pt')
15
+ example_dir = './'
16
 
17
  # Select the device
18
  device = torch.device(