edwko commited on
Commit
27ada4e
·
verified ·
1 Parent(s): 38a92d8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
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)