If port 8000 is busy with something important сhange port to another value, 8080 for example.
uvicorn.run(app, host="127.0.0.1", port=8080)