Spaces:
Running
Running
# 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") | |