Spaces:
Sleeping
Sleeping
Commit
·
a72756f
1
Parent(s):
87379ee
squadrone apps
Browse files
app.py
CHANGED
@@ -10,10 +10,10 @@ torch.classes.__path__ = []
|
|
10 |
|
11 |
|
12 |
inf = solutions.Inference(
|
13 |
-
|
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()
|