Skip to content

Commit aab168e

Browse files
committed
- Change the default model to "medium" for better performance
mod: scripts/transcribe_wav.sh
1 parent 0ea5b6b commit aab168e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/transcribe_wav.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def import_whisper():
8282
print(f"Impossibile importare whisper anche dopo l'installazione: {e}")
8383
sys.exit(1)
8484

85-
def transcribe_podcast(file_path, model_name='large-v3', language='it'):
85+
def transcribe_podcast(file_path, model_name='medium', language='it'):
8686
"""
8787
Trascrive un file audio in formato .wav utilizzando il modello Whisper.
8888
"""

0 commit comments

Comments
 (0)