Abubakar Abid commited on
Commit
a2d4ecd
1 Parent(s): f080e4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -94,9 +94,7 @@ iface = gr.Interface(
94
  outputs="text",
95
  layout="horizontal",
96
  theme="huggingface",
97
- title="XLS-R 2B 22-to-16 Speech Translation",
98
- description="A simple interface to translate from 22 input spoken languages to 16 written languages.",
99
- article = "<p style='text-align: center'><a href='https://huggingface.co/facebook/wav2vec2-xls-r-2b-22-to-16' target='_blank'>Click to learn more about XLS-R-2B-22-16 </a> | <a href='https://arxiv.org/abs/2111.09296' target='_blank'> With 🎙️ from Facebook XLS-R </a></p>",
100
  enable_queue=True,
101
  allow_flagging=False,
102
  )
 
94
  outputs="text",
95
  layout="horizontal",
96
  theme="huggingface",
97
+ description="A simple interface to translate from 22 input spoken languages to 16 written languages built by Meta/Facebook AI.",
 
 
98
  enable_queue=True,
99
  allow_flagging=False,
100
  )