Skip to content

Commit 310324d

Browse files
authored
feat(model/qwen-tts) demo sample laguage_type value fix (#60)
1 parent 2329cb1 commit 310324d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/test_qwen_tts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
text="Today is a wonderful day to build something people love!",
2525
voice="Cherry",
2626
stream=use_stream,
27-
language_type="zh"
27+
language_type="English"
2828
)
2929
if use_stream:
3030
# print the audio data in stream mode

0 commit comments

Comments
 (0)