Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,10 @@ examples = [[os.path.join(image_directory, "th (5).jpg"),640, 0.3, 0.6],
|
|
111 |
[os.path.join(image_directory, "th (3).jpg"),640, 0.3, 0.6],
|
112 |
[os.path.join(image_directory, "th.jpg"),640, 0.3, 0.6]
|
113 |
]
|
114 |
-
title =
|
|
|
|
|
|
|
115 |
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.'
|
116 |
|
117 |
|
|
|
111 |
[os.path.join(image_directory, "th (3).jpg"),640, 0.3, 0.6],
|
112 |
[os.path.join(image_directory, "th.jpg"),640, 0.3, 0.6]
|
113 |
]
|
114 |
+
title = """#Weapon Detection Finetuned YOLOv8
|
115 |
+
<a href="https://colab.research.google.com/github/roboflow-ai/notebooks/blob/main/notebooks/zero-shot-object-detection-with-yolo-world.ipynb">
|
116 |
+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" style="display:inline-block;">
|
117 |
+
</a> """
|
118 |
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.'
|
119 |
|
120 |
|