Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 = ("
|
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>"
|