File size: 200 Bytes
9094a0e
 
 
 
e378f18
9094a0e
 
e378f18
1
2
3
4
5
6
7
8
# 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()