File size: 215 Bytes
0469d65
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python3
"""
SafetyMaster Pro - Hugging Face Spaces Entry Point
Real-time safety equipment detection with Gradio interface
"""

from gradio_interface import main

if __name__ == "__main__":
    main()