myhanhhyugen commited on
Commit
647490b
·
verified ·
1 Parent(s): 27be102

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='/pretrained_models/hifi-gan-ljspeech')
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