akhaliq HF staff commited on
Commit
8db02e0
·
1 Parent(s): 46390a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -9,7 +9,9 @@ description = "Gradio Demo for fairseq S2T: Fast Speech-to-Text Modeling with fa
9
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2010.05171' target='_blank'>fairseq S2T: Fast Speech-to-Text Modeling with fairseq</a> | <a href='https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text' target='_blank'>Github Repo</a></p>"
10
 
11
  examples = [
12
- ["common_voice_es_en.flac","xm_transformer_600m-es_en-multi_domain"]
 
 
13
  ]
14
 
15
  io1 = gr.Interface.load("huggingface/facebook/xm_transformer_600m-es_en-multi_domain")
 
9
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2010.05171' target='_blank'>fairseq S2T: Fast Speech-to-Text Modeling with fairseq</a> | <a href='https://github.com/pytorch/fairseq/tree/main/examples/speech_to_text' target='_blank'>Github Repo</a></p>"
10
 
11
  examples = [
12
+ ["common_voice_es_en.flac","xm_transformer_600m-es_en-multi_domain"],
13
+ ["common_voice_ru_18945535.flac","xm_transformer_600m-ru_en-multi_domain"],
14
+ ["common_voice_fr_19731305.mp3","xm_transformer_600m-fr_en-multi_domain"]
15
  ]
16
 
17
  io1 = gr.Interface.load("huggingface/facebook/xm_transformer_600m-es_en-multi_domain")