Update README.md
Browse files
README.md
CHANGED
@@ -25,7 +25,6 @@ import tensorflow as tf
|
|
25 |
|
26 |
from tensorflow_tts.inference import AutoProcessor
|
27 |
from tensorflow_tts.inference import TFAutoModel
|
28 |
-
from tensorflow_tts.inference import AutoConfig
|
29 |
|
30 |
processor = AutoProcessor.from_pretrained("MarcNg/fastspeech2-vi-infore")
|
31 |
fastspeech2 = TFAutoModel.from_pretrained("MarcNg/fastspeech2-vi-infore")
|
|
|
25 |
|
26 |
from tensorflow_tts.inference import AutoProcessor
|
27 |
from tensorflow_tts.inference import TFAutoModel
|
|
|
28 |
|
29 |
processor = AutoProcessor.from_pretrained("MarcNg/fastspeech2-vi-infore")
|
30 |
fastspeech2 = TFAutoModel.from_pretrained("MarcNg/fastspeech2-vi-infore")
|