Spaces:
Running
Running
update: button name and add more descriptiong by giving github link
Browse files
app.py
CHANGED
@@ -82,7 +82,7 @@ def app():
|
|
82 |
step=0.05,
|
83 |
value=0.25,
|
84 |
)
|
85 |
-
inferBtn = gr.Button(value="Detect
|
86 |
|
87 |
with gr.Column():
|
88 |
output_image = gr.Image(type="numpy", label="Annotated Image", visible=True)
|
@@ -170,6 +170,8 @@ with gradio_app:
|
|
170 |
gr.Markdown(
|
171 |
"""
|
172 |
# YOLOv10 - OBB (Oriented Bounding Box)
|
|
|
|
|
173 |
"""
|
174 |
)
|
175 |
with gr.Row():
|
|
|
82 |
step=0.05,
|
83 |
value=0.25,
|
84 |
)
|
85 |
+
inferBtn = gr.Button(value="Detect")
|
86 |
|
87 |
with gr.Column():
|
88 |
output_image = gr.Image(type="numpy", label="Annotated Image", visible=True)
|
|
|
170 |
gr.Markdown(
|
171 |
"""
|
172 |
# YOLOv10 - OBB (Oriented Bounding Box)
|
173 |
+
|
174 |
+
for more detail description about this model, please visit [here]{https://github.com/hamhanry/YOLOv10-OBB}
|
175 |
"""
|
176 |
)
|
177 |
with gr.Row():
|