update UI
Browse files- descriptions.py +2 -0
descriptions.py
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
top_md = """
|
2 |
# VALL-E X
|
|
|
|
|
3 |
Unofficial implementation of Microsoft's [VALL-E X](https://arxiv.org/pdf/2303.03926).<br>
|
4 |
VALL-E X can synthesize high-quality personalized speech with only a 3-second enrolled recording of
|
5 |
an unseen speaker as an acoustic prompt, even in another language for a monolingual speaker.<br>
|
|
|
1 |
top_md = """
|
2 |
# VALL-E X
|
3 |
+
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1yyD_sz531QntLKowMHo-XxorsFBCfKul?usp=sharing)
|
4 |
+
[![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/Plachtaa/vallex-webui)
|
5 |
Unofficial implementation of Microsoft's [VALL-E X](https://arxiv.org/pdf/2303.03926).<br>
|
6 |
VALL-E X can synthesize high-quality personalized speech with only a 3-second enrolled recording of
|
7 |
an unseen speaker as an acoustic prompt, even in another language for a monolingual speaker.<br>
|