muratt0 commited on
Commit
e118ff4
·
verified ·
1 Parent(s): 84f7ae8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 YOLOv8. Adjust controls to see live preview.")
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