Spaces:
Running
Running
fix: wrong hyperlink in the description
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ with gradio_app:
|
|
171 |
"""
|
172 |
# YOLOv10 - OBB (Oriented Bounding Box)
|
173 |
|
174 |
-
for more detail description about this model, please visit [here]
|
175 |
"""
|
176 |
)
|
177 |
with gr.Row():
|
|
|
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():
|