safetyMaster / app.py
mrvero's picture
Upload folder using huggingface_hub
0469d65 verified
raw
history blame contribute delete
215 Bytes
#!/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()