# app.py - Entry point for Hugging Face Spaces # This file is required and must be named app.py for HF Spaces # Import your main script from ocs4dev import main if __name__ == "__main__": main()