tomrb commited on
Commit
02f91fb
1 Parent(s): 7997fdd
Files changed (3) hide show
  1. README.md +2 -2
  2. app.py +1 -1
  3. test.png +0 -0
README.md CHANGED
@@ -1,6 +1,6 @@
1
  ---
2
- title: Demo Space
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