spencercdz commited on
Commit
0226845
·
verified ·
1 Parent(s): f7bc51e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -70,10 +70,9 @@ iface = gr.Interface(
70
  gr.Slider(minimum=0.1, maximum=1.0, value=0.5, step=0.05, label="IoU threshold"),
71
  ],
72
  outputs=gr.Image(type="pil", label="Detection Results"),
73
- title="YOLOv8m Defence Object Detection",
74
  description="""
75
  Upload images to detect military and civilian vehicles, aircraft, and ships using our fine-tuned YOLOv8m model.
76
- Developed for DSTA Brainhack 2025 - TIL-AI Category (Semi-Finalist).
77
 
78
  **Model Card:** [spencercdz/YOLOv8m_defence](https://huggingface.co/spencercdz/YOLOv8m_defence)
79
 
 
70
  gr.Slider(minimum=0.1, maximum=1.0, value=0.5, step=0.05, label="IoU threshold"),
71
  ],
72
  outputs=gr.Image(type="pil", label="Detection Results"),
73
+ title="Defence Object Detection",
74
  description="""
75
  Upload images to detect military and civilian vehicles, aircraft, and ships using our fine-tuned YOLOv8m model.
 
76
 
77
  **Model Card:** [spencercdz/YOLOv8m_defence](https://huggingface.co/spencercdz/YOLOv8m_defence)
78