Spaces:
Sleeping
Sleeping
update: ui layout
Browse files
app.py
CHANGED
@@ -244,7 +244,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
244 |
|
245 |
with gr.Row():
|
246 |
with gr.Column():
|
247 |
-
gr.Markdown(""" ##Yolov5""")
|
248 |
html_content1 = """
|
249 |
<div style="display: flex; gap: 10px;">
|
250 |
<a href="https://github.com/ultralytics/yolov5/actions" target="_blank">
|
@@ -256,12 +256,6 @@ with gr.Blocks(css=custom_css) as demo:
|
|
256 |
<a href="https://hub.docker.com/r/ultralytics/yolov5" target="_blank">
|
257 |
<img src="https://img.shields.io/badge/docker%20pulls-361k-blue" alt="Docker Pulls">
|
258 |
</a>
|
259 |
-
<a href="https://gradient.paperspace.com" target="_blank">
|
260 |
-
<img src="https://img.shields.io/badge/Run%20on%20Gradient-red" alt="Run on Gradient">
|
261 |
-
</a>
|
262 |
-
<a href="https://colab.research.google.com/" target="_blank">
|
263 |
-
<img src="https://img.shields.io/badge/Open%20in%20Colab-orange" alt="Open in Colab">
|
264 |
-
</a>
|
265 |
</div>
|
266 |
"""
|
267 |
gr.HTML(html_content1)
|
@@ -272,27 +266,18 @@ with gr.Blocks(css=custom_css) as demo:
|
|
272 |
|
273 |
|
274 |
with gr.Column():
|
275 |
-
gr.Markdown(""" ##Yolov8s""")
|
276 |
html_content2 = """
|
277 |
<div style="display: flex; gap: 10px;">
|
278 |
<a href="https://github.com/ultralytics/ultralytics/actions" target="_blank">
|
279 |
<img src="https://img.shields.io/badge/YOLOv8%20CI-passing-brightgreen" alt="YOLOv8 CI">
|
280 |
</a>
|
281 |
-
<a href="https://
|
282 |
<img src="https://img.shields.io/badge/DOI-10.5281%2Fzenodo.7347926-blue" alt="DOI">
|
283 |
</a>
|
284 |
<a href="https://hub.docker.com/r/ultralytics/ultralytics" target="_blank">
|
285 |
<img src="https://img.shields.io/badge/docker%20pulls-500k-blue" alt="Docker Pulls">
|
286 |
</a>
|
287 |
-
<a href="https://gradient.paperspace.com" target="_blank">
|
288 |
-
<img src="https://img.shields.io/badge/Run%20on%20Gradient-red" alt="Run on Gradient">
|
289 |
-
</a>
|
290 |
-
<a href="https://colab.research.google.com/" target="_blank">
|
291 |
-
<img src="https://img.shields.io/badge/Open%20in%20Colab-orange" alt="Open in Colab">
|
292 |
-
</a>
|
293 |
-
<a href="https://www.kaggle.com/" target="_blank">
|
294 |
-
<img src="https://img.shields.io/badge/Open%20in%20Kaggle-blue" alt="Open in Kaggle">
|
295 |
-
</a>
|
296 |
</div>
|
297 |
"""
|
298 |
gr.HTML(html_content2)
|
|
|
244 |
|
245 |
with gr.Row():
|
246 |
with gr.Column():
|
247 |
+
gr.Markdown(""" ## Yolov5 """)
|
248 |
html_content1 = """
|
249 |
<div style="display: flex; gap: 10px;">
|
250 |
<a href="https://github.com/ultralytics/yolov5/actions" target="_blank">
|
|
|
256 |
<a href="https://hub.docker.com/r/ultralytics/yolov5" target="_blank">
|
257 |
<img src="https://img.shields.io/badge/docker%20pulls-361k-blue" alt="Docker Pulls">
|
258 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
259 |
</div>
|
260 |
"""
|
261 |
gr.HTML(html_content1)
|
|
|
266 |
|
267 |
|
268 |
with gr.Column():
|
269 |
+
gr.Markdown(""" ## Yolov8s """)
|
270 |
html_content2 = """
|
271 |
<div style="display: flex; gap: 10px;">
|
272 |
<a href="https://github.com/ultralytics/ultralytics/actions" target="_blank">
|
273 |
<img src="https://img.shields.io/badge/YOLOv8%20CI-passing-brightgreen" alt="YOLOv8 CI">
|
274 |
</a>
|
275 |
+
<a href="https://zenodo.org/records/10443804" target="_blank">
|
276 |
<img src="https://img.shields.io/badge/DOI-10.5281%2Fzenodo.7347926-blue" alt="DOI">
|
277 |
</a>
|
278 |
<a href="https://hub.docker.com/r/ultralytics/ultralytics" target="_blank">
|
279 |
<img src="https://img.shields.io/badge/docker%20pulls-500k-blue" alt="Docker Pulls">
|
280 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
281 |
</div>
|
282 |
"""
|
283 |
gr.HTML(html_content2)
|