sparanoid commited on
Commit
c41d0b9
·
unverified ·
1 Parent(s): 1829e8e

feat: update model

Browse files
app.py CHANGED
@@ -14,7 +14,7 @@ logging.getLogger('markdown_it').setLevel(logging.WARNING)
14
  logging.getLogger('urllib3').setLevel(logging.WARNING)
15
  logging.getLogger('matplotlib').setLevel(logging.WARNING)
16
 
17
- model = Svc("logs/44k/G_114400.pth", "configs/config.json", cluster_model_path="logs/44k/kmeans_10000.pt")
18
 
19
 
20
 
@@ -49,8 +49,8 @@ with app:
49
  with gr.TabItem("Basic"):
50
  gr.Markdown(value="""
51
  sovits4.0 在线demo
52
-
53
- 此demo为预训练底模在线demo,使用数据:云灏 即霜 辉宇·星AI 派蒙 绫地宁宁
54
  """)
55
  spks = list(model.spk2id.keys())
56
  sid = gr.Dropdown(label="音色", choices=["nen", "yunhao","paimon", "huiyu","jishuang"], value="yunhao")
@@ -65,6 +65,3 @@ with app:
65
  vc_submit.click(vc_fn, [sid, vc_input3, vc_transform,auto_f0,cluster_ratio, noise_scale], [vc_output1, vc_output2])
66
 
67
  app.launch()
68
-
69
-
70
-
 
14
  logging.getLogger('urllib3').setLevel(logging.WARNING)
15
  logging.getLogger('matplotlib').setLevel(logging.WARNING)
16
 
17
+ model = Svc("logs/44k/G_10400.pth", "configs/config.json", cluster_model_path="logs/44k/kmeans_10000.pt")
18
 
19
 
20
 
 
49
  with gr.TabItem("Basic"):
50
  gr.Markdown(value="""
51
  sovits4.0 在线demo
52
+
53
+ 此demo为预训练底模在线demo,使用数据:明前奶绿
54
  """)
55
  spks = list(model.spk2id.keys())
56
  sid = gr.Dropdown(label="音色", choices=["nen", "yunhao","paimon", "huiyu","jishuang"], value="yunhao")
 
65
  vc_submit.click(vc_fn, [sid, vc_input3, vc_transform,auto_f0,cluster_ratio, noise_scale], [vc_output1, vc_output2])
66
 
67
  app.launch()
 
 
 
logs/44k/{D_114400.pth → D_10400.pth} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b74839bd2f4177f03ff04ea1e7e2e4d6522c7a19fbdf95af5343e5b857e74535
3
- size 187025556
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fa15c3fa87cd8d0217b7c6a696bcf3b9f8fd1333ef65564ada97fa5ad9cd519
3
+ size 561098185
logs/44k/{G_114400.pth → G_10400.pth} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:399bde2f930fd6e748c37dc499a880803f0792f621ba7f38ef114ea8c9553a61
3
- size 180885076
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdd386cb789e67ae1d1b14a438f5aa4960269864e68dcc5632885faa63ff11a2
3
+ size 542789405