simler commited on
Commit
a8cec5a
·
verified ·
1 Parent(s): 82cd639

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -1 +1,7 @@
1
- {"version": "2.0"}
 
 
 
 
 
 
 
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
+ }