Spaces:
Runtime error
Runtime error
Update UI
Browse files
app.py
CHANGED
@@ -72,7 +72,9 @@ with gr.Blocks() as demo:
|
|
72 |
gr.Markdown(
|
73 |
"""
|
74 |
# Amphion Singing Voice Conversion: *DiffWaveNetSVC*
|
|
|
75 |
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2310.11160)
|
|
|
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 |
)
|
|
|
72 |
gr.Markdown(
|
73 |
"""
|
74 |
# Amphion Singing Voice Conversion: *DiffWaveNetSVC*
|
75 |
+
|
76 |
[![arXiv](https://img.shields.io/badge/arXiv-Paper-<COLOR>.svg)](https://arxiv.org/abs/2310.11160)
|
77 |
+
|
78 |
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).
|
79 |
"""
|
80 |
)
|