Fix minor typo.
Browse files
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")
|