add ref link for mos prediction
Browse files
app.py
CHANGED
@@ -314,7 +314,8 @@ Music score usually includes lyrics, as well as duration and pitch of each word
|
|
314 |
<p>References: <a href="https://arxiv.org/abs/2409.07226">Muskits-ESPnet paper</a> |
|
315 |
<a href="https://github.com/espnet/espnet">espnet</a> |
|
316 |
<a href="https://huggingface.co/espnet/aceopencpop_svs_visinger2_40singer_pretrain">Model①(Chinese)</a> |
|
317 |
-
<a href="https://huggingface.co/espnet/mixdata_svs_visinger2_spkembed_lang_pretrained">Model②(Multilingual)</a
|
|
|
318 |
|
319 |
</div>
|
320 |
"""
|
|
|
314 |
<p>References: <a href="https://arxiv.org/abs/2409.07226">Muskits-ESPnet paper</a> |
|
315 |
<a href="https://github.com/espnet/espnet">espnet</a> |
|
316 |
<a href="https://huggingface.co/espnet/aceopencpop_svs_visinger2_40singer_pretrain">Model①(Chinese)</a> |
|
317 |
+
<a href="https://huggingface.co/espnet/mixdata_svs_visinger2_spkembed_lang_pretrained">Model②(Multilingual)</a> |
|
318 |
+
<a href="https://github.com/South-Twilight/SingMOS">SingMOS</a></p>
|
319 |
|
320 |
</div>
|
321 |
"""
|