Browse Source

README 수정

[UC]임종현 7 months ago
parent
commit
2487823ded
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -1,2 +1,3 @@
 sudo apt update
 sudo apt install python3 python3-venv python3-pip -y
+uvicorn stt_whisper:app --host 0.0.0.0 --port 8000