Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
jobindsri/jobin
yanp
/
example
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c2feb3e
example
/
main.py
sachin sharma
initial commit
b1f0e98
8 months ago
raw
Copy download link
history
blame
Safe
101 Bytes
"""
Main FastAPI application entry point.
"""
from
app.core.app
import
create_app
app = create_app()