Plachta commited on
Commit
9d79d39
1 Parent(s): 5df6b5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -336,7 +336,7 @@ def voice_conversion(source, target, diffusion_steps, length_adjust, inference_c
336
 
337
 
338
  if __name__ == "__main__":
339
- description = ("Zero-shot voice conversion with in-context learning. For local deployment please check [GitHub repository](https://github.com/Plachtaa/seed-vc) "
340
  "for details and updates.<br>Note that any reference audio will be forcefully clipped to 25s if beyond this length.<br> "
341
  "If total duration of source and reference audio exceeds 30s, source audio will be processed in chunks.<br> "
342
  "无需训练的 zero-shot 语音/歌声转换模型,若需本地部署查看[GitHub页面](https://github.com/Plachtaa/seed-vc)<br>"
 
336
 
337
 
338
  if __name__ == "__main__":
339
+ description = ("State-of-the-Art zero-shot voice conversion/singing voice conversion. For local deployment please check [GitHub repository](https://github.com/Plachtaa/seed-vc) "
340
  "for details and updates.<br>Note that any reference audio will be forcefully clipped to 25s if beyond this length.<br> "
341
  "If total duration of source and reference audio exceeds 30s, source audio will be processed in chunks.<br> "
342
  "无需训练的 zero-shot 语音/歌声转换模型,若需本地部署查看[GitHub页面](https://github.com/Plachtaa/seed-vc)<br>"