Skip to content

Commit ab8343d

Browse files
committed
change default model to large-v2
1 parent ab04565 commit ab8343d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ def transcribe(audio_path: str, whisper_model: str, **whisper_args):
6161

6262

6363
WHISPER_DEFAULT_SETTINGS = {
64-
"whisper_model": "base",
65-
# "whisper_model": "large-v2",
64+
# "whisper_model": "base",
65+
"whisper_model": "large-v2",
6666
"temperature": 0.0,
6767
"temperature_increment_on_fallback": 0.2,
6868
"no_speech_threshold": 0.6,

0 commit comments

Comments
 (0)