We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ea5b6b commit aab168eCopy full SHA for aab168e
scripts/transcribe_wav.py
@@ -82,7 +82,7 @@ def import_whisper():
82
print(f"Impossibile importare whisper anche dopo l'installazione: {e}")
83
sys.exit(1)
84
85
-def transcribe_podcast(file_path, model_name='large-v3', language='it'):
+def transcribe_podcast(file_path, model_name='medium', language='it'):
86
"""
87
Trascrive un file audio in formato .wav utilizzando il modello Whisper.
88
0 commit comments