Commit
·
6b29d97
1
Parent(s):
ca15c9e
🦋 Update README
Browse files
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 |
-
|
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 = "신은 우리의 수학 문제에는 관심이 없다. 신은 다만 경험적으로 통합할 뿐이다."
|