ocs4dev / app.py
aaron-official's picture
Update app.py
e378f18 verified
raw
history blame contribute delete
200 Bytes
# 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()