aiqtech commited on
Commit
2094801
·
verified ·
1 Parent(s): c7222eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
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 = ("Zero-shot voice conversion with in-context learning. For local deployment please check [GitHub repository](https://github.com/Plachtaa/seed-vc) "
320
- "for details and updates.<br>Note that any reference audio will be forcefully clipped to 25s if beyond this length.<br> "
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 / 参考音频"),