eswardivi commited on
Commit
aa5b7e7
·
1 Parent(s): 2227484

speakers changed

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = ['EN-US', 'EN-Default']
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)