From 6ed2e432fb362bd52251a60325e63a4a9c4a201b Mon Sep 17 00:00:00 2001 From: Plachta Date: Thu, 23 Feb 2023 14:53:04 +0800 Subject: [PATCH] upload files --- whisper_transcribe.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/whisper_transcribe.py b/whisper_transcribe.py index 6356734..5fd3919 100644 --- a/whisper_transcribe.py +++ b/whisper_transcribe.py @@ -8,7 +8,8 @@ lang2token = { "en": "[EN]", } - +# pyopenjtalk warmup +text._clean_text("これは困りますね", ["cjke_cleaners2"]) def transcribe_one(audio_path):