Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,3 +37,8 @@ demo = gr.Interface(
|
|
| 37 |
title="YOLOv8 Product Detection",
|
| 38 |
description="Upload an image of a shelf to detect and count corn products using a trained YOLOv8 model."
|
| 39 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
title="YOLOv8 Product Detection",
|
| 38 |
description="Upload an image of a shelf to detect and count corn products using a trained YOLOv8 model."
|
| 39 |
)
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
if __name__ == "__main__":
|
| 43 |
+
demo.launch()
|
| 44 |
+
|