Update app.py
Browse files
app.py
CHANGED
@@ -105,7 +105,7 @@ examples = [
|
|
105 |
|
106 |
title = """Corn Diseases Detection Finetuned YOLOv8
|
107 |
<br></br>
|
108 |
-
<a href="https://colab.research.google.com/drive/
|
109 |
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" style="display:inline-block;">
|
110 |
</a> """
|
111 |
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.'
|
|
|
105 |
|
106 |
title = """Corn Diseases Detection Finetuned YOLOv8
|
107 |
<br></br>
|
108 |
+
<a href="https://colab.research.google.com/drive/1vnxtgPKOgfC8nyCL9hjrNFed75StsqGQ?usp=sharing">
|
109 |
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" style="display:inline-block;">
|
110 |
</a> """
|
111 |
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.'
|