Update app.py
Browse files
app.py
CHANGED
@@ -52,11 +52,11 @@ with gr.Blocks() as demo:
|
|
52 |
# # description="Upload an image to detect objects using YOLOv8",
|
53 |
description='Select an example image below (none of which were included in model training or validation), or upload your own image. Then, click "Submit" to see the model in action.',
|
54 |
examples=[
|
55 |
-
"bloodcell-examples/image_0.jpg",
|
56 |
-
"bloodcell-examples/image_1.jpg",
|
57 |
-
"bloodcell-examples/image_2.jpg",
|
58 |
-
"bloodcell-examples/image_3.jpg",
|
59 |
-
"bloodcell-examples/image_4.jpg",
|
60 |
],
|
61 |
)
|
62 |
|
|
|
52 |
# # description="Upload an image to detect objects using YOLOv8",
|
53 |
description='Select an example image below (none of which were included in model training or validation), or upload your own image. Then, click "Submit" to see the model in action.',
|
54 |
examples=[
|
55 |
+
"./bloodcell-examples/image_0.jpg",
|
56 |
+
"./bloodcell-examples/image_1.jpg",
|
57 |
+
"./bloodcell-examples/image_2.jpg",
|
58 |
+
"./bloodcell-examples/image_3.jpg",
|
59 |
+
"./bloodcell-examples/image_4.jpg",
|
60 |
],
|
61 |
)
|
62 |
|