Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
aaron-official
/
ocs4dev
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
9958640
ocs4dev
/
app.py
aaron-official
Update app.py
e378f18
verified
25 days ago
raw
Copy download link
history
blame
Safe
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()