Update config.json
Browse files- config.json +7 -1
config.json
CHANGED
|
@@ -1 +1,7 @@
|
|
| 1 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"version": "2.0",
|
| 3 |
+
"gpt_path": "t2s_stage_decoder_fp32.onnx",
|
| 4 |
+
"sovits_path": "vits_fp32.onnx",
|
| 5 |
+
"first_stage_path": "t2s_first_stage_decoder_fp32.onnx",
|
| 6 |
+
"model_type": "GPT-SoVITS-V2"
|
| 7 |
+
}
|