Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from ultralytics import YOLO
|
|
10 |
@spaces.GPU
|
11 |
def model_cov():
|
12 |
model_pt = YOLO("best.pt")
|
13 |
-
|
14 |
format="engine",
|
15 |
dynamic=True,
|
16 |
batch=8,
|
|
|
10 |
@spaces.GPU
|
11 |
def model_cov():
|
12 |
model_pt = YOLO("best.pt")
|
13 |
+
model_pt.export(
|
14 |
format="engine",
|
15 |
dynamic=True,
|
16 |
batch=8,
|