Dricz commited on
Commit
d074741
1 Parent(s): 5eff273

Update app.py

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