MahmoudAshraf97 / whisper-diarization

Automatic Speech Recognition with Speaker Diarization based on OpenAI Whisper
BSD 2-Clause "Simplified" License
3.77k stars 331 forks source link

Latest update broke the "--whisper-model MODEL_NAME" argument #231

Closed ScriptTiger closed 1 month ago

ScriptTiger commented 1 month ago
Traceback (most recent call last):
  File "/content/whisper-diarization/diarize_parallel.py", line 88, in <module>
    language = process_language_arg(args.language)
TypeError: process_language_arg() missing 1 required positional argument: 'model_name'

a36fde5e180d73da085b3ff279fee14d90687229

MahmoudAshraf97 commented 1 month ago

Fixed