Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ examples = [[im1, 640, 0.3, 0.6],
|
|
120 |
]
|
121 |
|
122 |
|
123 |
-
title = 'Weapon Detection Finetuned'
|
124 |
|
125 |
description = 'Image Size: Defines the image size for inference.\nConfidence Treshold: Sets the minimum confidence threshold for detections.\nIOU Treshold: Intersection Over Union (IoU) threshold for Non-Maximum Suppression (NMS). Useful for reducing duplicates.'
|
126 |
|
|
|
120 |
]
|
121 |
|
122 |
|
123 |
+
title = 'Weapon Detection Finetuned YOLOv8'
|
124 |
|
125 |
description = 'Image Size: Defines the image size for inference.\nConfidence Treshold: Sets the minimum confidence threshold for detections.\nIOU Treshold: Intersection Over Union (IoU) threshold for Non-Maximum Suppression (NMS). Useful for reducing duplicates.'
|
126 |
|