Spaces:
Runtime error
Runtime error
Commit
·
5434ff5
1
Parent(s):
5a5c994
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/
|
| 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/Tacotron2-gronings-24mins/resolve/main/tts_train_raw_char_tacotron_train.loss.ave.zip",
|
| 19 |
vocoder_tag="parallel_wavegan/ljspeech_parallel_wavegan.v3"
|
| 20 |
)
|
| 21 |
|