From 6574ce0f4dcf6b12c1b406fa5f4ab965820d12a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20P=2E=20D=C3=BCrholt?= Date: Thu, 28 Nov 2024 15:46:35 +0100 Subject: [PATCH] fix server start --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0402eac..7c2b237 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ pip install -r requirements.txt ### Run ```bash -uvicorn --app-dir app:app --reload +uvicorn --app-dir=app app:app --reload ``` If you also want to use the asynchronous worker based candidate generation, use the following snippet to start at least one worker: