Spaces:
Paused
Paused
Update app.py
Browse files
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="
|
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')
|