dathudeptrai commited on
Commit
2b6d837
•
1 Parent(s): d25c281

🦋 Update README

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -33,9 +33,9 @@ import tensorflow as tf
33
  from tensorflow_tts.inference import AutoProcessor
34
  from tensorflow_tts.inference import TFAutoModel
35
 
36
- processor = AutoProcessor.from_pretrained("tensorspeech/tts-tacotron2-kss-ko")
37
- tacotron2 = TFAutoModel.from_pretrained("tensorspeech/tts-tacotron2-kss-ko")
38
- mb_melgan = TFAutoModel.from_pretrained("tensorspeech/tts-mb_melgan-kss-ko")
39
 
40
  text = "Möchtest du das meiner Frau erklären? Nein? Ich auch nicht."
41
 
 
33
  from tensorflow_tts.inference import AutoProcessor
34
  from tensorflow_tts.inference import TFAutoModel
35
 
36
+ processor = AutoProcessor.from_pretrained("tensorspeech/tts-tacotron2-thorsten-ger")
37
+ tacotron2 = TFAutoModel.from_pretrained("tensorspeech/tts-tacotron2-thorsten-ger")
38
+ mb_melgan = TFAutoModel.from_pretrained("tensorspeech/tts-mb_melgan-thorsten-ger")
39
 
40
  text = "Möchtest du das meiner Frau erklären? Nein? Ich auch nicht."
41