Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
|