hamhanry commited on
Commit
c6af47d
·
1 Parent(s): cd899bd

fix: wrong hyperlink in the description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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]{https://github.com/hamhanry/YOLOv10-OBB}
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():