Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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='
|
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 |
|