Spaces:
Sleeping
Sleeping
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
|