Spaces:
Running
on
A10G
Running
on
A10G
openxlab badges
Browse files
app.py
CHANGED
@@ -71,8 +71,9 @@ def svc_inference(
|
|
71 |
with gr.Blocks() as demo:
|
72 |
gr.Markdown(
|
73 |
"""
|
74 |
-
# Amphion Singing Voice Conversion: *DiffWaveNetSVC*
|
75 |
-
|
|
|
76 |
"""
|
77 |
)
|
78 |
|
|
|
71 |
with gr.Blocks() as demo:
|
72 |
gr.Markdown(
|
73 |
"""
|
74 |
+
# Amphion Singing Voice Conversion: *DiffWaveNetSVC*
|
75 |
+
[![Open in OpenXLab](https://cdn-static.openxlab.org.cn/app-center/openxlab_app.svg)](https://openxlab.org.cn/usercenter/Amphion)
|
76 |
+
This demo provides an Amphion [DiffWaveNetSVC](https://github.com/open-mmlab/Amphion/tree/main/egs/svc/MultipleContentsSVC) pretrained model for you to play. The training data has been detailed [here](https://huggingface.co/amphion/singing_voice_conversion).
|
77 |
"""
|
78 |
)
|
79 |
|