Text-to-Speech
TensorFlowTTS
Korean
audio
text-to-mel
dathudeptrai commited on
Commit
6b29d97
·
1 Parent(s): ca15c9e

🦋 Update README

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -28,7 +28,7 @@ pip install TensorFlowTTS
28
  from tensorflow_tts.inference import AutoProcessor
29
  from tensorflow_tts.inference import TFAutoModel
30
 
31
- ljspeech_processor = AutoProcessor.from_pretrained("tensorspeech/tts-tacotron2-kss-ko")
32
  tacotron2 = TFAutoModel.from_pretrained("tensorspeech/tts-tacotron2-kss-ko")
33
 
34
  text = "신은 우리의 수학 문제에는 관심이 없다. 신은 다만 경험적으로 통합할 뿐이다."
 
28
  from tensorflow_tts.inference import AutoProcessor
29
  from tensorflow_tts.inference import TFAutoModel
30
 
31
+ processor = AutoProcessor.from_pretrained("tensorspeech/tts-tacotron2-kss-ko")
32
  tacotron2 = TFAutoModel.from_pretrained("tensorspeech/tts-tacotron2-kss-ko")
33
 
34
  text = "신은 우리의 수학 문제에는 관심이 없다. 신은 다만 경험적으로 통합할 뿐이다."