NonameSsSs commited on
Commit
d4cdbc2
·
verified ·
1 Parent(s): c9e6001

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,4 +1,4 @@
1
- from espnet2.bin.tts_inference import Text2Speech
2
 
3
  model = Text2Speech.from_pretrained("julien-c/ljspeech_tts_train_tacotron2_raw_phn_tacotron_g2p_en_no_space_train")
4
 
 
1
+ from tts_inference.py import Text2Speech
2
 
3
  model = Text2Speech.from_pretrained("julien-c/ljspeech_tts_train_tacotron2_raw_phn_tacotron_g2p_en_no_space_train")
4