VlaTal commited on
Commit
19f43dc
1 Parent(s): a190fc6

fixed description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,8 +19,8 @@ iface = gr.Interface(
19
  fn=process_image,
20
  inputs=gr.Image(),
21
  outputs=gr.Image(), # Specify output as Gradio Image
22
- title="YOLOv8-obb aerial detection",
23
- description="YOLOv8-obb trained on DOTAv1.5",
24
  live=True)
25
 
26
  # Launch the Gradio interface
 
19
  fn=process_image,
20
  inputs=gr.Image(),
21
  outputs=gr.Image(), # Specify output as Gradio Image
22
+ title="YOLOv8-obb ships detection",
23
+ description="YOLOv8-obb trained on ShipRSImageNet_BAL-2",
24
  live=True)
25
 
26
  # Launch the Gradio interface