README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
-
title: Demo
|
3 |
-
emoji:
|
4 |
colorFrom: yellow
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
|
|
1 |
---
|
2 |
+
title: YOLOv8-TO Demo
|
3 |
+
emoji: 🏗️
|
4 |
colorFrom: yellow
|
5 |
colorTo: green
|
6 |
sdk: gradio
|
app.py
CHANGED
@@ -32,7 +32,7 @@ def process_image(image,conf,iou):
|
|
32 |
|
33 |
# Create the Gradio interface
|
34 |
title = "YOLOV8-TO Demo App"
|
35 |
-
description = "Upload an image and see the processed results. Adjust the confidence and IOU thresholds as needed."
|
36 |
|
37 |
iface = gr.Interface(
|
38 |
fn=process_image,
|
|
|
32 |
|
33 |
# Create the Gradio interface
|
34 |
title = "YOLOV8-TO Demo App"
|
35 |
+
description = "Upload an image and see the processed results. Adjust the confidence and IOU thresholds as needed. Runs the YOLOv8-TO Nano model size. Runs on 2 CPU cores so please be patient!"
|
36 |
|
37 |
iface = gr.Interface(
|
38 |
fn=process_image,
|
test.png
ADDED