patrickvonplaten commited on
Commit
f982d07
1 Parent(s): 04bb41f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -79,5 +79,6 @@ iface = gr.Interface(
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
  enable_queue=True,
 
82
  )
83
  iface.launch()
 
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
  enable_queue=True,
82
+ allow_flagging=False,
83
  )
84
  iface.launch()