zliang commited on
Commit
f91708f
·
verified ·
1 Parent(s): e8f8554

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- model.export(
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,