cv200 / app.py
Solareva Taisia
Add model with Git LFS
e812adc
raw
history blame contribute delete
188 Bytes
# Import your actual FastAPI app
from cv200.api import app
# HF Spaces will run: uvicorn app:app --host 0.0.0.0 --port 7860
# No need for if __name__ == "__main__" - Dockerfile handles it