Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update __init__.py
Browse files- __init__.py +8 -0
 
    	
        __init__.py
    CHANGED
    
    | 
         @@ -1,2 +1,10 @@ 
     | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 1 | 
         
             
            __author__ = "曾逸夫(Zeng Yifu)"
         
     | 
| 2 | 
         
             
            __email__ = "[email protected]"
         
     | 
| 
         | 
|
| 
         | 
| 
         | 
|
| 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__ = "[email protected]"
         
     | 
| 9 | 
         
            +
             
     | 
| 10 | 
         
            +
            print(f"欢迎使用 {__version__} \n具体内容参见源码地址:https://gitee.com/CV_Lab/gradio-yolov8-det")
         
     |