JoanaS commited on
Commit
02c95e0
·
verified ·
1 Parent(s): b96f5c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def load_model(repo_id):
25
  return None
26
 
27
  # Load the model using YOLO
28
- detection_model = YOLO(model_path, task='detect')
29
  return detection_model
30
 
31
 
 
25
  return None
26
 
27
  # Load the model using YOLO
28
+ detection_model = YOLO(model_path, task='obb')
29
  return detection_model
30
 
31