Spaces:
Running
Running
Update app.py
Browse files
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="
|
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 |
|