Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,8 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2010.051
|
|
| 12 |
examples = [
|
| 13 |
["common_voice_es_en.flac","xm_transformer_600m-es_en-multi_domain"],
|
| 14 |
["common_voice_ru_18945535.flac","xm_transformer_600m-ru_en-multi_domain"],
|
| 15 |
-
["common_voice_fr_19731305.mp3","xm_transformer_600m-fr_en-multi_domain"]
|
|
|
|
| 16 |
]
|
| 17 |
|
| 18 |
io1 = gr.Interface.load("huggingface/facebook/xm_transformer_600m-es_en-multi_domain")
|
|
|
|
| 12 |
examples = [
|
| 13 |
["common_voice_es_en.flac","xm_transformer_600m-es_en-multi_domain"],
|
| 14 |
["common_voice_ru_18945535.flac","xm_transformer_600m-ru_en-multi_domain"],
|
| 15 |
+
["common_voice_fr_19731305.mp3","xm_transformer_600m-fr_en-multi_domain"],
|
| 16 |
+
["common_voice_en_ru.mp3","xm_transformer_600m-en_ru-multi_domain"]
|
| 17 |
]
|
| 18 |
|
| 19 |
io1 = gr.Interface.load("huggingface/facebook/xm_transformer_600m-es_en-multi_domain")
|