Spaces:
Build error
Build error
Commit
·
3c38273
1
Parent(s):
b447441
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from espnet2.utils.types import str_or_none
|
|
10 |
|
11 |
gos_text2speech = Text2Speech.from_pretrained(
|
12 |
model_tag="https://huggingface.co/ahnafsamin/FastSpeech2-gronings/resolve/main/tts_train_fastspeech2_raw_char_tacotron_train.loss.ave.zip",
|
13 |
-
vocoder_tag="parallel_wavegan/https://drive.google.com/file/d/
|
14 |
)
|
15 |
|
16 |
def inference(text,lang):
|
|
|
10 |
|
11 |
gos_text2speech = Text2Speech.from_pretrained(
|
12 |
model_tag="https://huggingface.co/ahnafsamin/FastSpeech2-gronings/resolve/main/tts_train_fastspeech2_raw_char_tacotron_train.loss.ave.zip",
|
13 |
+
vocoder_tag="parallel_wavegan/https://drive.google.com/file/d/10GYvB_mIKzXzSjD67tSnBhknZRoBjsNb"
|
14 |
)
|
15 |
|
16 |
def inference(text,lang):
|