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 = "신은 우리의 μˆ˜ν•™ λ¬Έμ œμ—λŠ” 관심이 μ—†λ‹€. 신은 λ‹€λ§Œ κ²½ν—˜μ μœΌλ‘œ 톡합할 뿐이닀."