Spaces:
Sleeping
Sleeping
Fix: examples loading issue
Browse files
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 = './
|
| 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(
|