Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
solarevat
/
cv200
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
cv200
/
app.py
Solareva Taisia
Add model with Git LFS
e812adc
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
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