XzJosh commited on
Commit
5aed66c
1 Parent(s): 4546087

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ if __name__ == "__main__":
121
  发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
122
  """)
123
  text = gr.TextArea(label="Text", placeholder="Input Text Here",
124
- value="这里是向晚,今天也要和我们一起轻松愉快的看直播!")
125
  speaker = gr.Dropdown(choices=speakers, value=speakers[0], label='Speaker')
126
  sdp_ratio = gr.Slider(minimum=0.1, maximum=1, value=0.2, step=0.01, label='SDP/DP混合比')
127
  noise_scale = gr.Slider(minimum=0.1, maximum=1, value=0.5, step=0.01, label='感情调节')
 
121
  发布二创作品请标注本项目作者及链接、作品使用Bert-VITS2 AI生成!\n
122
  """)
123
  text = gr.TextArea(label="Text", placeholder="Input Text Here",
124
+ value="欸哇哇欸哇,这里是诶嗖的向晚,今天也要跟我一起轻松快乐的看直播。")
125
  speaker = gr.Dropdown(choices=speakers, value=speakers[0], label='Speaker')
126
  sdp_ratio = gr.Slider(minimum=0.1, maximum=1, value=0.2, step=0.01, label='SDP/DP混合比')
127
  noise_scale = gr.Slider(minimum=0.1, maximum=1, value=0.5, step=0.01, label='感情调节')