From 1bae8300027ba1531154c43f72775ed1d6035850 Mon Sep 17 00:00:00 2001 From: Plachta Date: Thu, 23 Feb 2023 14:57:46 +0800 Subject: [PATCH] upload files --- whisper_transcribe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):