Update config.json
Browse files- config.json +3 -3
config.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
{
|
| 2 |
"version": "2.0",
|
| 3 |
"model_type": "GPT-SoVITS-V2",
|
| 4 |
-
"gpt_path": "/app/
|
| 5 |
-
"sovits_path": "/app/
|
| 6 |
-
"first_stage_path": "/app/
|
| 7 |
"cnhubert_base": "/app/GenieData/chinese-hubert-base/chinese-hubert-base.onnx",
|
| 8 |
"bert": "/app/GenieData/chinese-roberta-wwm-ext-large/chinese-roberta-wwm-ext-large.onnx"
|
| 9 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"version": "2.0",
|
| 3 |
"model_type": "GPT-SoVITS-V2",
|
| 4 |
+
"gpt_path": "/app/t2s_stage_decoder_fp32.onnx",
|
| 5 |
+
"sovits_path": "/app/vits_fp32.onnx",
|
| 6 |
+
"first_stage_path": "/app/t2s_first_stage_decoder_fp32.onnx",
|
| 7 |
"cnhubert_base": "/app/GenieData/chinese-hubert-base/chinese-hubert-base.onnx",
|
| 8 |
"bert": "/app/GenieData/chinese-roberta-wwm-ext-large/chinese-roberta-wwm-ext-large.onnx"
|
| 9 |
}
|