khof312 commited on
Commit
d7e529b
1 Parent(s): 444aecb

Fix minor typo.

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ type=['wav'])
51
  base_coqui= synth_coqui(tts_text, models[tts_lang]['coqui'])
52
  base_espeakng= synth_espeakng(tts_text, models[tts_lang]['espeakng'])
53
  base_toucan= synth_toucan(tts_text, models[tts_lang]['toucan'])
54
- base_piper synth_piper(tts_text, models[tts_lang]['piper'])
55
 
56
  if tts_lang=="swh":
57
  finetuned_mms1 = synth_mms(tts_text, "khof312/mms-tts-swh-female-1")
 
51
  base_coqui= synth_coqui(tts_text, models[tts_lang]['coqui'])
52
  base_espeakng= synth_espeakng(tts_text, models[tts_lang]['espeakng'])
53
  base_toucan= synth_toucan(tts_text, models[tts_lang]['toucan'])
54
+ base_piper= synth_piper(tts_text, models[tts_lang]['piper'])
55
 
56
  if tts_lang=="swh":
57
  finetuned_mms1 = synth_mms(tts_text, "khof312/mms-tts-swh-female-1")