From c57d374174d54cfe0be0a718eac886f75f252ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=81=A5=E4=BB=99?= Date: Fri, 19 Sep 2025 14:23:55 +0800 Subject: [PATCH] feat(model/qwen-tts) demo sample laguage_type value fix --- samples/test_qwen_tts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/test_qwen_tts.py b/samples/test_qwen_tts.py index d2049e6..3f1cc72 100644 --- a/samples/test_qwen_tts.py +++ b/samples/test_qwen_tts.py @@ -24,7 +24,7 @@ text="Today is a wonderful day to build something people love!", voice="Cherry", stream=use_stream, - language_type="zh" + language_type="English" ) if use_stream: # print the audio data in stream mode