jianuo commited on
Commit
5ee48fc
1 Parent(s): 6cce716

添加新引擎

Browse files
Files changed (1) hide show
  1. TTSs/volcengine/volcengine.py +1 -1
TTSs/volcengine/volcengine.py CHANGED
@@ -25,7 +25,7 @@ class avaliable_voice_type:
25
  data = self.__dict__
26
  text = ""
27
 
28
- text += f"音色: {data['音色名称']}"
29
  if data["语言"]:
30
  text += f"——{data['语言']}"
31
  if data["场景"]:
 
25
  data = self.__dict__
26
  text = ""
27
 
28
+ text += f"{data['音色名称']}"
29
  if data["语言"]:
30
  text += f"——{data['语言']}"
31
  if data["场景"]: