dathudeptrai
commited on
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 = "μ μ μ°λ¦¬μ μν λ¬Έμ μλ κ΄μ¬μ΄ μλ€. μ μ λ€λ§ κ²½νμ μΌλ‘ ν΅ν©ν λΏμ΄λ€."
|