From 2220b65636f9be110e6eca62da2089dc8dab2d1e Mon Sep 17 00:00:00 2001 From: Fangjun Kuang Date: Fri, 1 Mar 2024 19:52:51 +0800 Subject: [PATCH] fix a typo --- egs/ljspeech/TTS/vits/export-onnx.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/ljspeech/TTS/vits/export-onnx.py b/egs/ljspeech/TTS/vits/export-onnx.py index 768214baf..58b166368 100755 --- a/egs/ljspeech/TTS/vits/export-onnx.py +++ b/egs/ljspeech/TTS/vits/export-onnx.py @@ -204,7 +204,7 @@ def export_model_onnx( "model_author": "k2-fsa", "comment": "icefall", # must be icefall for models from icefall "language": "English", - "voice": "en-us", # Choose you language appropriately + "voice": "en-us", # Choose your language appropriately "has_espeak": 1, "n_speakers": 1, "sample_rate": 22050, # Must match the real sample rate