XzJosh commited on
Commit
fc6b586
1 Parent(s): b213d30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ if __name__ == "__main__":
124
  发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
125
  """)
126
  text = gr.TextArea(label="Text", placeholder="Input Text Here",
127
- value="啊,我是白兰公主尼奈,是一只米虫,快点把米交出来!")
128
  speaker = gr.Dropdown(choices=speakers, value=speakers[0], label='Speaker')
129
  sdp_ratio = gr.Slider(minimum=0.1, maximum=1, value=0.2, step=0.1, label='SDP/DP混合比')
130
  noise_scale = gr.Slider(minimum=0.1, maximum=1, value=0.5, step=0.1, label='感情调节')
 
124
  发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
125
  """)
126
  text = gr.TextArea(label="Text", placeholder="Input Text Here",
127
+ value="大家好,啊,我是白兰公主尼奈,是一只米虫,快点把米交出来!")
128
  speaker = gr.Dropdown(choices=speakers, value=speakers[0], label='Speaker')
129
  sdp_ratio = gr.Slider(minimum=0.1, maximum=1, value=0.2, step=0.1, label='SDP/DP混合比')
130
  noise_scale = gr.Slider(minimum=0.1, maximum=1, value=0.5, step=0.1, label='感情调节')