Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ tts_model = TTSInferencing.from_hparams(source="./",
|
|
10 |
savedir="./",
|
11 |
)
|
12 |
|
13 |
-
hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-ljspeech", savedir='
|
14 |
|
15 |
# text = ["Hello I am a girl", "How is your day going", "I hope you are doing well"]
|
16 |
|
|
|
10 |
savedir="./",
|
11 |
)
|
12 |
|
13 |
+
hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-ljspeech", savedir='./')
|
14 |
|
15 |
# text = ["Hello I am a girl", "How is your day going", "I hope you are doing well"]
|
16 |
|