Course
machine-learning-zoomcamp
Question
ERROR: Error loading ASGI app. Could not import module "app".
Answer
Make sure that the app.py file is in the same directory that is used to run the command
uv run uvicorn app:app --host 0.0.0.0 --port 8080 --reload
Checklist