patrickvonplaten commited on
Commit
c35fa41
1 Parent(s): c1e6a25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -78,5 +78,7 @@ iface = gr.Interface(
78
  title="XLS-R 1B 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-1b-en-to-15' target='_blank'>Click to learn more about XLS-R-1B-EN-15 </a> | <a href='https://arxiv.org/abs/2111.09296' target='_blank'> With 🎙️ from Facebook XLS-R </a></p>",
 
 
81
  )
82
  iface.launch()
78
  title="XLS-R 1B 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-1b-en-to-15' target='_blank'>Click to learn more about XLS-R-1B-EN-15 </a> | <a href='https://arxiv.org/abs/2111.09296' target='_blank'> With 🎙️ from Facebook XLS-R </a></p>",
81
+ enable_queue=True,
82
+ allow_flagging=False,
83
  )
84
  iface.launch()