patrickvonplaten commited on
Commit
5ee0b21
β€’
1 Parent(s): ec5489a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -80,6 +80,7 @@ iface = gr.Interface(
80
  title="XLS-R 2B 22-to-16 Speech Translation",
81
  description="A simple interface to translate from 22 input spoken languages to 16 written languages.",
82
  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>",
83
-
 
84
  )
85
  iface.launch()
 
80
  title="XLS-R 2B 22-to-16 Speech Translation",
81
  description="A simple interface to translate from 22 input spoken languages to 16 written languages.",
82
  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>",
83
+ enable_queue=True,
84
+ allow_flagging=False,
85
  )
86
  iface.launch()