Pengwei Li
commited on
Commit
•
751f371
1
Parent(s):
8f6deb8
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ description = "Gradio Demo for fairseq S2S: speech-to-speech translation models.
|
|
10 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.05604' target='_blank'>Direct speech-to-speech translation with discrete units</a> | <a href='https://github.com/facebookresearch/fairseq/tree/main/examples/speech_to_speech' target='_blank'>Github Repo</a></p>"
|
11 |
|
12 |
examples = [
|
13 |
-
["
|
14 |
]
|
15 |
|
16 |
io1 = gr.Interface.load("huggingface/facebook/xm_transformer_s2ut_800m-es-en-st-asr-bt_h1_2022")
|
|
|
10 |
article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.05604' target='_blank'>Direct speech-to-speech translation with discrete units</a> | <a href='https://github.com/facebookresearch/fairseq/tree/main/examples/speech_to_speech' target='_blank'>Github Repo</a></p>"
|
11 |
|
12 |
examples = [
|
13 |
+
["enhanced_direct_s2st_units_audios_es-en_set2_source_12478_cv.flac","xm_transformer_s2ut_800m-es-en-st-asr-bt_h1_2022"],
|
14 |
]
|
15 |
|
16 |
io1 = gr.Interface.load("huggingface/facebook/xm_transformer_s2ut_800m-es-en-st-asr-bt_h1_2022")
|