patrickvonplaten commited on
Commit
55633f7
·
1 Parent(s): 445dc6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -77,5 +77,6 @@ iface = gr.Interface(
77
  theme="huggingface",
78
  title="XLS-R 2B EN-to-15 Speech Translation",
79
  description="A simple interface to translate from spoken English to 15 written languages.",
 
80
  )
81
  iface.launch()
 
77
  theme="huggingface",
78
  title="XLS-R 2B EN-to-15 Speech Translation",
79
  description="A simple interface to translate from spoken English to 15 written languages.",
80
+ article = "<p style='text-align: center'><a href='https://huggingface.co/facebook/wav2vec2-xls-r-2b-en-to-15' target='_blank'>Click to learn more about XLS-R-2B-EN-15 </a> | <a href='https://arxiv.org/abs/2111.09296' target='_blank'> With 🎙️ from Facebook XLS-R </a></p>",
81
  )
82
  iface.launch()