Update README.md
Browse files
README.md
CHANGED
@@ -114,6 +114,7 @@ import outetts
|
|
114 |
# Configure the model
|
115 |
model_config = outetts.HFModelConfig_v2(
|
116 |
model_path="OuteAI/OuteTTS-0.3-1B",
|
|
|
117 |
)
|
118 |
# Initialize the interface
|
119 |
interface = outetts.InterfaceHF(model_version="0.3", cfg=model_config)
|
|
|
114 |
# Configure the model
|
115 |
model_config = outetts.HFModelConfig_v2(
|
116 |
model_path="OuteAI/OuteTTS-0.3-1B",
|
117 |
+
tokenizer_path="OuteAI/OuteTTS-0.3-1B"
|
118 |
)
|
119 |
# Initialize the interface
|
120 |
interface = outetts.InterfaceHF(model_version="0.3", cfg=model_config)
|