File size: 207 Bytes
67bbd6f
 
 
 
 
 
 
 
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()