AutomataIntelligence commited on
Commit
4cf6b72
·
verified ·
1 Parent(s): ee0f9ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -111,11 +111,8 @@ 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 = """Weapon Detection Finetuned YOLOv8
115
- <br></br>
116
- <a href="https://colab.research.google.com/drive/1_ruXQaVKjBKCm4j8LzUv6Nm__A8memYm?usp=drive_link">
117
- <img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" style="display:inline-block;">
118
- </a> """
119
  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.'
120
 
121
 
 
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 By Automata Intelligence
115
+ <br></br>"""
 
 
 
116
  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.'
117
 
118