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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import torchaudio
7
  tts_model = TTSInferencing.from_hparams(source="./",
8
  hparams_file='./hyperparams.yaml',
9
  pymodule_file='./module_classes.py',
10
- savedir="/results/",
11
  )
12
 
13
  hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-ljspeech", savedir='/pretrained_models/hifi-gan-ljspeech')
 
7
  tts_model = TTSInferencing.from_hparams(source="./",
8
  hparams_file='./hyperparams.yaml',
9
  pymodule_file='./module_classes.py',
10
+ savedir="./",
11
  )
12
 
13
  hifi_gan = HIFIGAN.from_hparams(source="speechbrain/tts-hifigan-ljspeech", savedir='/pretrained_models/hifi-gan-ljspeech')