patrickvonplaten commited on
Commit
5b8b578
1 Parent(s): 0faef8c

Update app.py

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