XzJosh commited on
Commit
0414631
1 Parent(s): 4609418

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ if __name__ == "__main__":
122
  发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
123
  """)
124
  text = gr.TextArea(label="Text", placeholder="Input Text Here",
125
- value="大家好,我是喜欢鲨鱼的女高中生七海娜娜米。")
126
  speaker = gr.Dropdown(choices=speakers, value=speakers[0], label='Speaker')
127
  sdp_ratio = gr.Slider(minimum=0.1, maximum=1, value=0.2, step=0.01, label='SDP/DP混合比')
128
  noise_scale = gr.Slider(minimum=0.1, maximum=1, value=0.5, step=0.01, label='感情调节')
 
122
  发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
123
  """)
124
  text = gr.TextArea(label="Text", placeholder="Input Text Here",
125
+ value="大家好,我是喜欢女高中生的鲨鱼七海娜娜米!")
126
  speaker = gr.Dropdown(choices=speakers, value=speakers[0], label='Speaker')
127
  sdp_ratio = gr.Slider(minimum=0.1, maximum=1, value=0.2, step=0.01, label='SDP/DP混合比')
128
  noise_scale = gr.Slider(minimum=0.1, maximum=1, value=0.5, step=0.01, label='感情调节')