Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ examples = [[os.path.join(image_directory, "jagung.jpeg"),640, 0.3, 0.6],
|
|
96 |
[os.path.join(image_directory, "jagung4.jpeg"),640, 0.3, 0.6],
|
97 |
[os.path.join(image_directory, "jagung6.jpeg"),640, 0.3, 0.6],
|
98 |
]
|
99 |
-
title = """Corn
|
100 |
<br></br>
|
101 |
<a href="https://colab.research.google.com/drive/1ittrxr--vJeRqJquZyNfo7dlq6xRADox?authuser=4">
|
102 |
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" style="display:inline-block;">
|
|
|
96 |
[os.path.join(image_directory, "jagung4.jpeg"),640, 0.3, 0.6],
|
97 |
[os.path.join(image_directory, "jagung6.jpeg"),640, 0.3, 0.6],
|
98 |
]
|
99 |
+
title = """Corn Diseases Detection Finetuned YOLOv8
|
100 |
<br></br>
|
101 |
<a href="https://colab.research.google.com/drive/1ittrxr--vJeRqJquZyNfo7dlq6xRADox?authuser=4">
|
102 |
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Colab" style="display:inline-block;">
|