Zengyf-CVer commited on
Commit
04d119b
1 Parent(s): 31bdd30

Update __init__.py

Browse files
Files changed (1) hide show
  1. __init__.py +8 -0
__init__.py CHANGED
@@ -1,2 +1,10 @@
 
 
 
 
 
 
1
  __author__ = "曾逸夫(Zeng Yifu)"
2
  __email__ = "zyfiy1314@163.com"
 
 
 
1
+
2
+ # Gradio YOLOv8 Det, GPL-3.0 license
3
+ # https://gitee.com/CV_Lab/gradio-yolov8-det
4
+
5
+
6
+ __version__ = "Gradio YOLOv8 Det v1.3.1"
7
  __author__ = "曾逸夫(Zeng Yifu)"
8
  __email__ = "zyfiy1314@163.com"
9
+
10
+ print(f"欢迎使用 {__version__} \n具体内容参见源码地址:https://gitee.com/CV_Lab/gradio-yolov8-det")