XzJosh commited on
Commit
ee18ef7
1 Parent(s): 4c1e9fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -392,7 +392,7 @@ if __name__ == "__main__":
392
  with gr.Row():
393
  with gr.Column():
394
  gr.Markdown(value="""
395
- 【AI电棍2.0】在线语音合成(Bert-Vits2 2.3中日英)\n
396
  作者:Xz乔希 https://space.bilibili.com/5859321\n
397
  声音归属:电棍otto https://space.bilibili.com/628845081\n
398
  【AI合集】https://www.modelscope.cn/studios/xzjosh/Bert-VITS2\n
@@ -437,7 +437,7 @@ if __name__ == "__main__":
437
  minimum=0, maximum=1, value=0.5, step=0.01, label="SDP Ratio"
438
  )
439
  noise_scale = gr.Slider(
440
- minimum=0.1, maximum=2, value=0.5, step=0.01, label="Noise"
441
  )
442
  noise_scale_w = gr.Slider(
443
  minimum=0.1, maximum=2, value=0.9, step=0.01, label="Noise_W"
 
392
  with gr.Row():
393
  with gr.Column():
394
  gr.Markdown(value="""
395
+ 【AI七海2.0】在线语音合成(Bert-Vits2 2.3中日英)\n
396
  作者:Xz乔希 https://space.bilibili.com/5859321\n
397
  声音归属:电棍otto https://space.bilibili.com/628845081\n
398
  【AI合集】https://www.modelscope.cn/studios/xzjosh/Bert-VITS2\n
 
437
  minimum=0, maximum=1, value=0.5, step=0.01, label="SDP Ratio"
438
  )
439
  noise_scale = gr.Slider(
440
+ minimum=0.1, maximum=2, value=0.6, step=0.01, label="Noise"
441
  )
442
  noise_scale_w = gr.Slider(
443
  minimum=0.1, maximum=2, value=0.9, step=0.01, label="Noise_W"