Update app.py
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ EXAMPLE_DICT = {
|
|
79 |
"Teeth X-ray Segmentation (YOLO11s)": example_dir + "14.jpg",
|
80 |
"Football Players Detection (YOLO11s)": example_dir + "15.jpg",
|
81 |
# "Litter Detection (YOLO11s)": example_dir + "16.jpg",
|
82 |
-
"Wheat Detection (YOLO11s)": example_dir + "17.
|
83 |
"Signatures Detection (YOLO11s)": example_dir + "18.jpg",
|
84 |
"Billiards Detection (YOLO11s)": example_dir + "19.jpg",
|
85 |
"Car Parts Segmentation (YOLO11s)": example_dir + "20.jpg",
|
|
|
79 |
"Teeth X-ray Segmentation (YOLO11s)": example_dir + "14.jpg",
|
80 |
"Football Players Detection (YOLO11s)": example_dir + "15.jpg",
|
81 |
# "Litter Detection (YOLO11s)": example_dir + "16.jpg",
|
82 |
+
"Wheat Detection (YOLO11s)": example_dir + "17.png",
|
83 |
"Signatures Detection (YOLO11s)": example_dir + "18.jpg",
|
84 |
"Billiards Detection (YOLO11s)": example_dir + "19.jpg",
|
85 |
"Car Parts Segmentation (YOLO11s)": example_dir + "20.jpg",
|