kisenaa commited on
Commit
3de7238
·
1 Parent(s): 0c09523

update app desc

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -147,8 +147,8 @@ def clear_fields():
147
 
148
 
149
  with gr.Blocks() as app:
150
- gr.Markdown("# Yolo11: Object Detection, Instance Segmentation, Pose/Keypoints, Oriented Detection, Classification")
151
- gr.Markdown("Upload image(s) or video(s) for inference using the latest Ultralytics YOLO11 models.")
152
 
153
  with gr.Row():
154
  with gr.Column():
 
147
 
148
 
149
  with gr.Blocks() as app:
150
+ gr.Markdown("# Yolo11: Bird Detections. Is there a bird or not ? ")
151
+ gr.Markdown("Upload image(s) or video(s) for inference using YOLO11 model")
152
 
153
  with gr.Row():
154
  with gr.Column():