zliang commited on
Commit
de29c34
·
verified ·
1 Parent(s): 35b67cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def model_c():
12
  model = YOLO("best.pt")
13
 
14
 
15
- model_c()
16
  # Load the exported TensorRT model
17
 
18
 
 
12
  model = YOLO("best.pt")
13
 
14
 
15
+ model=model_c()
16
  # Load the exported TensorRT model
17
 
18