ms180 commited on
Commit
4bd381c
·
1 Parent(s): 3f7c248

Fixed path issue

Browse files
models/tts/kan-bayashi/ljspeech_vits/config.yaml CHANGED
@@ -87,7 +87,7 @@ tokenizer:
87
  g2p_type: g2p_en_no_space
88
  token_type: phn
89
  tts_model:
90
- model_path: models/tts/full/vits.onnx
91
  model_type: VITS
92
  vocoder:
93
  vocoder_type: not_used
 
87
  g2p_type: g2p_en_no_space
88
  token_type: phn
89
  tts_model:
90
+ model_path: models/tts/kan-bayashi/ljspeech_vits/full/vits.onnx
91
  model_type: VITS
92
  vocoder:
93
  vocoder_type: not_used