cantabile-kwok commited on
Commit
89e3b9d
·
1 Parent(s): eda4a4a
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -23,10 +23,10 @@ def create_interface():
23
  )
24
  with gr.Blocks(title="Voice Conversion") as demo:
25
  gr.Markdown("# vec2wav 2.0 Voice Conversion Demo")
26
- gr.Markdown("Upload source audio and target speaker audio to convert the voice.\n"
27
- "Note that this space could be slow since it's running on a free CPU server. We recommend running this locally for faster results.\n"
28
- "For more information, visit the [vec2wav 2.0 GitHub repository](https://github.com/cantabile-kwok/vec2wav2.0)\n"
29
- "MPEG format is not supported. Please convert it to WAV format before uploading.")
30
 
31
  with gr.Row():
32
  source_audio = gr.Audio(label="Source Audio", type="filepath")
 
23
  )
24
  with gr.Blocks(title="Voice Conversion") as demo:
25
  gr.Markdown("# vec2wav 2.0 Voice Conversion Demo")
26
+ gr.Markdown("Upload source audio and target speaker audio to convert the voice.")
27
+ gr.Markdown("MPEG format is not supported. Please convert it to **WAV** format before uploading.")
28
+ gr.Markdown("Note that this space is running on a free CPU server. We recommend running this locally for faster results.")
29
+ gr.Markdown("For more information, visit the [vec2wav 2.0 GitHub repository](https://github.com/cantabile-kwok/vec2wav2.0).")
30
 
31
  with gr.Row():
32
  source_audio = gr.Audio(label="Source Audio", type="filepath")