diff --git a/Procfile b/Procfile index 379a9eb..8c90253 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app +web: uvicorn main:app \ No newline at end of file