Spaces:
Running
Running
update
Browse files
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
|