Spaces:
Running
on
Zero
Running
on
Zero
speakers changed
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ def synthesize(conversation_text, progress=gr.Progress()):
|
|
16 |
models = {
|
17 |
'EN': TTS(language='EN', device=device),
|
18 |
}
|
19 |
-
speakers = ['
|
20 |
|
21 |
combined_audio = AudioSegment.empty()
|
22 |
conversation = json.loads(conversation_text)
|
|
|
16 |
models = {
|
17 |
'EN': TTS(language='EN', device=device),
|
18 |
}
|
19 |
+
speakers = ['EN_NEWEST', 'EN-Default']
|
20 |
|
21 |
combined_audio = AudioSegment.empty()
|
22 |
conversation = json.loads(conversation_text)
|