Spaces:
Running
Running
File size: 314 Bytes
04d119b 28ce5bd 04d119b |
1 2 3 4 5 6 7 8 9 10 11 |
# Gradio YOLOv8 Det, GPL-3.0 license
# https://gitee.com/CV_Lab/gradio-yolov8-det
__version__ = "Gradio YOLOv8 Det v1.3.1"
__author__ = "曾逸夫(Zeng Yifu)"
__email__ = "zyfiy1314@163.com"
print(f"欢迎使用 {__version__} \n具体内容参见源码地址:https://gitee.com/CV_Lab/gradio-yolov8-det")
|