(venv2) PS D:\faceswap\faceSwapper> uvicorn main:app --reload
INFO: Will watch for changes in these directories: ['D:\faceswap\faceSwapper']
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
INFO: Started reloader process [10268] using StatReload
ERROR: Error loading ASGI app. Could not import module "main".
(venv2) PS D:\faceswap\faceSwapper> uvicorn main:app --reload INFO: Will watch for changes in these directories: ['D:\faceswap\faceSwapper'] INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) INFO: Started reloader process [10268] using StatReload ERROR: Error loading ASGI app. Could not import module "main".