navjotk commited on
Commit
4e8c594
·
verified ·
1 Parent(s): b0c291d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ demo = gr.Interface(
64
  gr.AnnotatedImage(label="Detected Image"),
65
  gr.File(label="Download Processed Image"),
66
  ],
67
- title="YOLOS Object Detection (CPU-Friendly)",
68
  description="Upload an image to detect objects using the YOLOS-small model. Adjust the confidence threshold using the slider.",
69
  )
70
 
 
64
  gr.AnnotatedImage(label="Detected Image"),
65
  gr.File(label="Download Processed Image"),
66
  ],
67
+ title="YOLOS Object Detection",
68
  description="Upload an image to detect objects using the YOLOS-small model. Adjust the confidence threshold using the slider.",
69
  )
70