@@ -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