innnky commited on
Commit
bd49cdd
1 Parent(s): 53061b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -104,6 +104,8 @@ with app:
104
  该模型的 [github仓库链接](https://github.com/innnky/so-vits-svc)
105
 
106
  如果想自己制作并训练模型可以访问这个 [github仓库](https://github.com/IceKyrin/sovits_guide)
 
 
107
 
108
  """)
109
  sid = gr.Dropdown(label="音色",choices=['猫雷'], value="猫雷")
 
104
  该模型的 [github仓库链接](https://github.com/innnky/so-vits-svc)
105
 
106
  如果想自己制作并训练模型可以访问这个 [github仓库](https://github.com/IceKyrin/sovits_guide)
107
+
108
+ ps: 更新了一下模型,现在和视频中不是一个同一个模型,b站视频中的模型在git历史中(因为之前数据集中似乎混入了一些杂项导致音色有些偏离猫雷音色)
109
 
110
  """)
111
  sid = gr.Dropdown(label="音色",choices=['猫雷'], value="猫雷")