Update app.py
Browse files
app.py
CHANGED
@@ -316,11 +316,8 @@ def voice_conversion(source, target, diffusion_steps, length_adjust, inference_c
|
|
316 |
|
317 |
|
318 |
if __name__ == "__main__":
|
319 |
-
description = ("
|
320 |
-
|
321 |
-
"If total duration of source and reference audio exceeds 30s, source audio will be processed in chunks.<br> "
|
322 |
-
"无需训练的 zero-shot 语音/歌声转换模型,若需本地部署查看[GitHub页面](https://github.com/Plachtaa/seed-vc)<br>"
|
323 |
-
"请注意,参考音频若超过 25 秒,则会被自动裁剪至此长度。<br>若源音频和参考音频的总时长超过 30 秒,源音频将被分段处理。")
|
324 |
inputs = [
|
325 |
gr.Audio(type="filepath", label="Source Audio / 源音频"),
|
326 |
gr.Audio(type="filepath", label="Reference Audio / 参考音频"),
|
|
|
316 |
|
317 |
|
318 |
if __name__ == "__main__":
|
319 |
+
description = ("레퍼런스 음악은 25초 이내 최대 30초 미만으로 업로드 바랍니다."
|
320 |
+
|
|
|
|
|
|
|
321 |
inputs = [
|
322 |
gr.Audio(type="filepath", label="Source Audio / 源音频"),
|
323 |
gr.Audio(type="filepath", label="Reference Audio / 参考音频"),
|