Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,14 +7,7 @@ description = "Gradio Demo for fairseq S^2: A Scalable and Integrable Speech Syn
|
|
| 7 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.06912' target='_blank'>fairseq S^2: A Scalable and Integrable Speech Synthesis Toolkit</a> | <a href='https://github.com/pytorch/fairseq/tree/main/examples/speech_synthesis' target='_blank'>Github Repo</a></p>"
|
| 8 |
|
| 9 |
examples = [
|
| 10 |
-
["
|
| 11 |
-
["Hello, this is a test run.","tts_transformer-en-200_speaker-cv4"],
|
| 12 |
-
["Bonjour, ceci est un test.","tts_transformer-fr-cv7_css10"],
|
| 13 |
-
["BЗдравствуйте, это пробный запуск.","tts_transformer-ru-cv7_css10"],
|
| 14 |
-
["Merhaba, bu bir deneme çalışmasıdır.","tts_transformer-tr-cv7"],
|
| 15 |
-
["Xin chào, đây là một cuộc chạy thử nghiệm.","tts_transformer-vi-cv7"],
|
| 16 |
-
["مرحبًا ، هذا اختبار تشغيل.","tts_transformer-ar-cv7"],
|
| 17 |
-
["Hola, esta es una prueba.","tts_transformer-es-css10"]
|
| 18 |
]
|
| 19 |
|
| 20 |
io1 = gr.Interface.load("huggingface/facebook/xm_transformer_600m-es_en-multi_domain")
|
|
|
|
| 7 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2109.06912' target='_blank'>fairseq S^2: A Scalable and Integrable Speech Synthesis Toolkit</a> | <a href='https://github.com/pytorch/fairseq/tree/main/examples/speech_synthesis' target='_blank'>Github Repo</a></p>"
|
| 8 |
|
| 9 |
examples = [
|
| 10 |
+
["common_voice_es_en.flac","xm_transformer_600m-es_en-multi_domain"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
]
|
| 12 |
|
| 13 |
io1 = gr.Interface.load("huggingface/facebook/xm_transformer_600m-es_en-multi_domain")
|