mirror of
https://github.com/THU-MIG/yolov10.git
synced 2025-07-17 21:05:39 +08:00
the paper's link and the repo's link are added to the gradio UI
This commit is contained in:
parent
1771746f62
commit
167ea34027
10
app.py
10
app.py
@ -161,8 +161,14 @@ with gradio_app:
|
|||||||
YOLOv10: Real-Time End-to-End Object Detection
|
YOLOv10: Real-Time End-to-End Object Detection
|
||||||
</h1>
|
</h1>
|
||||||
""")
|
""")
|
||||||
|
gr.HTML(
|
||||||
|
"""
|
||||||
|
<h3 style='text-align: center'>
|
||||||
|
<a href='https://arxiv.org/abs/2405.14458' target='_blank'>arXiv</a> | <a href='https://github.com/THU-MIG/yolov10' target='_blank'>github</a>
|
||||||
|
</h3>
|
||||||
|
""")
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
with gr.Column():
|
with gr.Column():
|
||||||
app()
|
app()
|
||||||
|
if __name__ == '__main__':
|
||||||
gradio_app.launch(debug=True)
|
gradio_app.launch()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user