Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -177,7 +177,7 @@ with gr.Blocks(
|
|
| 177 |
"""
|
| 178 |
) as iface:
|
| 179 |
gr.Markdown("# Object Detection with YOLO")
|
| 180 |
-
gr.Markdown("Upload an image to detect objects using
|
| 181 |
|
| 182 |
with gr.Row():
|
| 183 |
# Input column
|
|
|
|
| 177 |
"""
|
| 178 |
) as iface:
|
| 179 |
gr.Markdown("# Object Detection with YOLO")
|
| 180 |
+
gr.Markdown("Upload an image to detect objects using YOLO. Adjust controls to see live preview.")
|
| 181 |
|
| 182 |
with gr.Row():
|
| 183 |
# Input column
|