atalaydenknalbant commited on
Commit
475557a
Β·
verified Β·
1 Parent(s): 3c5f20a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ def yolo_inference_for_examples(image, model_id, conf_threshold, iou_threshold,
194
  theme = gr.themes.Ocean(primary_hue="blue", secondary_hue="pink")
195
 
196
  with gr.Blocks(theme=theme) as app:
197
- gr.Markdown("# Yolo13: Object Detection")
198
  gr.Markdown("Upload an image or video for inference using the latest YOLOv13 models.")
199
  gr.Markdown("πŸ“ **Note:** Better-trained models will be deployed as they become available.")
200
  with gr.Accordion("Paper and Citation", open=False):
 
194
  theme = gr.themes.Ocean(primary_hue="blue", secondary_hue="pink")
195
 
196
  with gr.Blocks(theme=theme) as app:
197
+ gr.Markdown("# Yolov13: Object Detection")
198
  gr.Markdown("Upload an image or video for inference using the latest YOLOv13 models.")
199
  gr.Markdown("πŸ“ **Note:** Better-trained models will be deployed as they become available.")
200
  with gr.Accordion("Paper and Citation", open=False):