diff --git a/whisper_transcribe.py b/whisper_transcribe.py index 5fd3919..7897d3a 100644 --- a/whisper_transcribe.py +++ b/whisper_transcribe.py @@ -9,7 +9,7 @@ lang2token = { } # pyopenjtalk warmup -text._clean_text("これは困りますね", ["cjke_cleaners2"]) + # text._clean_text("これは困りますね", ["cjke_cleaners2"]) def transcribe_one(audio_path):