Spaces:
Runtime error
Runtime error
#!/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() |