Spaces:
Runtime error
Runtime error
ahnafsamin
commited on
Commit
•
9698bf4
1
Parent(s):
3fbf8ed
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ from parallel_wavegan.utils import download_pretrained_model
|
|
15 |
|
16 |
|
17 |
gos_text2speech = Text2Speech.from_pretrained(
|
18 |
-
model_tag="https://huggingface.co/ahnafsamin/FastSpeech2-gronings/resolve/main/tts_train_fastspeech2_raw_char_tacotron_train.loss.ave.zip",
|
19 |
vocoder_tag="parallel_wavegan/ljspeech_parallel_wavegan.v3"
|
20 |
)
|
21 |
|
|
|
15 |
|
16 |
|
17 |
gos_text2speech = Text2Speech.from_pretrained(
|
18 |
+
model_tag="https://huggingface.co/ahnafsamin/FastSpeech2-gronings-24mins/resolve/main/tts_train_fastspeech2_raw_char_tacotron_train.loss.ave.zip",
|
19 |
vocoder_tag="parallel_wavegan/ljspeech_parallel_wavegan.v3"
|
20 |
)
|
21 |
|