diff --git a/README.md b/README.md index f07caf5..cc8c235 100644 --- a/README.md +++ b/README.md @@ -55,10 +55,10 @@ brew install ffmpeg ### 3) 서버 실행 ```bash -uvicorn app.main:app --reload --host 127.0.0.1 --port 8000 +uvicorn app.main:app --reload --host 127.0.0.1 --port 8025 ``` -브라우저에서 `http://127.0.0.1:8000` 접속. +브라우저에서 `http://127.0.0.1:8025` 접속. ## 옵션 - **모델**: 기본 `small` (정확도/속도 균형). `APP_WHISPER_MODEL=base|small|medium|large-v3` 등으로 변경 가능