Update main.sh

This commit is contained in:
git 2025-08-11 09:35:14 +01:00
parent 985c6a45ff
commit 0c07ea698e

View File

@ -4,6 +4,8 @@ if [[ $# -lt 1 ]]; then
exit 1
fi
WHISPER_EXEC="$(find ~/ -type f -perm -u=x -name whisper)"
INPUT="$1"; shift
LANGUAGE="en"
MODEL="medium"