Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -91,29 +91,6 @@ def app():
|
|
91 |
iou_threshold,
|
92 |
],
|
93 |
outputs=[output_numpy],
|
94 |
-
)
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
gradio_app = gr.Blocks()
|
101 |
-
with gradio_app:
|
102 |
-
gr.HTML(
|
103 |
-
"""
|
104 |
-
<h1 style='text-align: center'>
|
105 |
-
YOLOv9: Learning What You Want to Learn Using Programmable Gradient Information
|
106 |
-
</h1>
|
107 |
-
""")
|
108 |
-
gr.HTML(
|
109 |
-
"""
|
110 |
-
<h3 style='text-align: center'>
|
111 |
-
Follow me for more!
|
112 |
-
<a href='https://twitter.com/kadirnar_ai' target='_blank'>Twitter</a> | <a href='https://github.com/kadirnar' target='_blank'>Github</a> | <a href='https://www.linkedin.com/in/kadir-nar/' target='_blank'>Linkedin</a> | <a href='https://www.huggingface.co/kadirnar/' target='_blank'>HuggingFace</a>
|
113 |
-
</h3>
|
114 |
-
""")
|
115 |
-
with gr.Row():
|
116 |
-
with gr.Column():
|
117 |
-
app()
|
118 |
-
|
119 |
gradio_app.launch(debug=True)
|
|
|
91 |
iou_threshold,
|
92 |
],
|
93 |
outputs=[output_numpy],
|
94 |
+
)
|
95 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
gradio_app.launch(debug=True)
|