ahnafsamin commited on
Commit
f576d11
1 Parent(s): 4068a2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,8 +9,8 @@ from espnet2.bin.tts_inference import Text2Speech
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
 
16
  def inference(text,lang):
 
9
  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/ljspeech_parallel_wavegan.v3",
14
  )
15
 
16
  def inference(text,lang):