ibrim commited on
Commit
e5e5db1
1 Parent(s): dd5eef0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Object Detection",
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