ahnafsamin commited on
Commit
b12e8e0
·
1 Parent(s): 58c3446

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ download_path = download_pretrained_model(url)
14
 
15
  gos_text2speech = Text2Speech.from_pretrained(
16
  model_tag="https://huggingface.co/ahnafsamin/FastSpeech2-gronings/resolve/main/tts_train_fastspeech2_raw_char_tacotron_train.loss.ave.zip",
17
- vocoder_tag=download_path
18
  )
19
 
20
  def inference(text,lang):
 
14
 
15
  gos_text2speech = Text2Speech.from_pretrained(
16
  model_tag="https://huggingface.co/ahnafsamin/FastSpeech2-gronings/resolve/main/tts_train_fastspeech2_raw_char_tacotron_train.loss.ave.zip",
17
+ tag_or_url=download_path
18
  )
19
 
20
  def inference(text,lang):