add whisper model inference pipeline

This commit is contained in:
北念 2023-10-12 14:59:06 +08:00
parent 7c9b310e79
commit 858063b55a

View File

@ -25,6 +25,7 @@ requirements = {
"sentencepiece",
"jieba",
"rotary_embedding_torch",
"ffmpeg",
# TTS
"pypinyin>=0.44.0",
"espnet_tts_frontend",