Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ interface = gr.Interface(
|
|
25 |
fn=yolo_inference,
|
26 |
inputs=gr.Image(type="pil"),
|
27 |
outputs=gr.Image(type="pil"),
|
28 |
-
title="YOLO
|
29 |
description="Upload an image to detect objects using YOLO."
|
30 |
)
|
31 |
|
|
|
25 |
fn=yolo_inference,
|
26 |
inputs=gr.Image(type="pil"),
|
27 |
outputs=gr.Image(type="pil"),
|
28 |
+
title="YOLO Fighter Jet Detection",
|
29 |
description="Upload an image to detect objects using YOLO."
|
30 |
)
|
31 |
|