Spaces:
Sleeping
Sleeping
fixed description
Browse files
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
|
23 |
-
description="YOLOv8-obb trained on
|
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
|