Spaces:
Running
Running
cantabile-kwok
commited on
Commit
·
89e3b9d
1
Parent(s):
eda4a4a
change UI
Browse files
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
|
27 |
-
|
28 |
-
|
29 |
-
|
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")
|