Spaces:
Build error
Build error
ahnafsamin
commited on
Commit
•
4068a2a
1
Parent(s):
44e8e98
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from espnet2.bin.tts_inference import Text2Speech
|
|
9 |
from espnet2.utils.types import str_or_none
|
10 |
|
11 |
gos_text2speech = Text2Speech.from_pretrained(
|
12 |
-
|
13 |
vocoder_tag="parallel_wavegan/ljspeech_parallel_wavegan.v3",
|
14 |
)
|
15 |
|
|
|
9 |
from espnet2.utils.types import str_or_none
|
10 |
|
11 |
gos_text2speech = Text2Speech.from_pretrained(
|
12 |
+
model_file="https://huggingface.co/ahnafsamin/FastSpeech2-gronings/blob/main/train.loss.ave_5best.pth",
|
13 |
vocoder_tag="parallel_wavegan/ljspeech_parallel_wavegan.v3",
|
14 |
)
|
15 |
|