diff --git a/app.py b/app.py index b5bc33d5..537df115 100644 --- a/app.py +++ b/app.py @@ -161,8 +161,14 @@ with gradio_app: YOLOv10: Real-Time End-to-End Object Detection """) + gr.HTML( + """ +

+ arXiv | github +

+ """) with gr.Row(): with gr.Column(): app() - -gradio_app.launch(debug=True) +if __name__ == '__main__': + gradio_app.launch()