Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -162,9 +162,15 @@ with gradio_app:
|
|
162 |
gr.HTML(
|
163 |
"""
|
164 |
<h3 style='text-align: center'>
|
165 |
-
Follow me for more
|
166 |
-
<a href='https://github.com/LilianHollard' target='_blank'>
|
167 |
-
<a href='https://
|
|
|
|
|
|
|
|
|
|
|
|
|
168 |
</h3>
|
169 |
""")
|
170 |
with gr.Row():
|
|
|
162 |
gr.HTML(
|
163 |
"""
|
164 |
<h3 style='text-align: center'>
|
165 |
+
Follow me for more!<br>
|
166 |
+
<a href='https://github.com/LilianHollard' target='_blank'>LilianHollard</a> |
|
167 |
+
<a href='https://github.com/LilianHollard/LeYOLO' target='_blank'>LeYOLO Github</a> |
|
168 |
+
<a href='https://arxiv.org/abs/2406.14239' target='_blank'>Paper</a>
|
169 |
+
<br><br>
|
170 |
+
<a href='https://twitter.com/kadirnar_ai' target='_blank'>Twitter</a> |
|
171 |
+
<a href='https://github.com/kadirnar' target='_blank'>Github</a> |
|
172 |
+
<a href='https://www.linkedin.com/in/kadir-nar/' target='_blank'>Linkedin</a> |
|
173 |
+
<a href='https://github.com/roboflow/supervision/' target='_blank'>Supervision</a>
|
174 |
</h3>
|
175 |
""")
|
176 |
with gr.Row():
|