π [add] doc string in README for gradio
Browse files
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# YOLO: Official Implementation of YOLOv9, YOLOv7
|
2 |
|
3 |
[![Documentation Status](https://readthedocs.org/projects/yolo-docs/badge/?version=latest)](https://yolo-docs.readthedocs.io/en/latest/?badge=latest)
|
|
|
1 |
+
---
|
2 |
+
title: YOLO
|
3 |
+
app_file: demo/hf_demo.py
|
4 |
+
sdk: gradio
|
5 |
+
sdk_version: 4.44.0
|
6 |
+
---
|
7 |
# YOLO: Official Implementation of YOLOv9, YOLOv7
|
8 |
|
9 |
[![Documentation Status](https://readthedocs.org/projects/yolo-docs/badge/?version=latest)](https://yolo-docs.readthedocs.io/en/latest/?badge=latest)
|