patrickvonplaten commited on
Commit
c80aa87
1 Parent(s): fa8e9f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -71,6 +71,7 @@ iface = gr.Interface(
71
  outputs="text",
72
  layout="horizontal",
73
  theme="huggingface",
 
74
  title="XLS-R 300M EN-to-15 Speech Translation",
75
  description="A simple interface to translate English Speech to 15 possible languages.",
76
  )
 
71
  outputs="text",
72
  layout="horizontal",
73
  theme="huggingface",
74
+ article = "<p style='text-align: center'><a href='https://huggingface.co/facebook/wav2vec2-xls-r-300m-en-to-15' target='_blank'>Click to learn more about XLS-R-300M-EN-15 </a> | <a href='https://arxiv.org/abs/2111.09296' target='_blank'> With 🎙️ from Facebook XLS-R </a></p>"
75
  title="XLS-R 300M EN-to-15 Speech Translation",
76
  description="A simple interface to translate English Speech to 15 possible languages.",
77
  )