lijiacai commited on
Commit
0337920
·
1 Parent(s): 1b1dd47
main.py CHANGED
@@ -23,10 +23,8 @@ class Language(str, Enum):
23
 
24
 
25
  class DefaultVoice(str, Enum):
26
- 小说主播 = "小说主播"
27
- 温柔女孩 = "温柔女孩"
28
- 新闻女士 = "新闻女士"
29
- 温柔女士 = "温柔女士"
30
 
31
 
32
  @app.post("/tts")
 
23
 
24
 
25
  class DefaultVoice(str, Enum):
26
+ voice1 = "新闻小说主播-女士"
27
+ voice2 = "温柔女士"
 
 
28
 
29
 
30
  @app.post("/tts")
static/en/{新闻女士.mp3 → 新闻小说主播-女士.mp3} RENAMED
File without changes
static/zh/{小说主播.mp3 → 新闻小说主播-女士.mp3} RENAMED
File without changes
static/zh/{温柔女孩.mp3 → 温柔女士.mp3} RENAMED
File without changes