diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-24 18:06:19 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-09-24 18:06:19 +0530 |
commit | a2d92fe66b130a52740799ad15fcea7f7be6dac2 (patch) | |
tree | 48a6b6791845f46e384bdc5ddd0c9f210345fe75 | |
parent | 01720417e803c6d07d7efecdc261ae6a2f518827 (diff) |
changed api instructions
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -164,11 +164,11 @@ python3 removeSample.py ## 5. Running -### Without FastAPI +### Without API Support -`gunicorn api:app -b "0.0.0.0:7589"` +`gunicorn app:app -b "0.0.0.0:7589"` -### With FastAPI +### With API Support (FastAPI) `gunicorn api:app -k uvicorn.workers.UvicornWorker -b "0.0.0.0:7589"` |