Spaces:
Build error
Build error
Commit
·
04bb41f
1
Parent(s):
23eacd8
Update app.py
Browse files
app.py
CHANGED
@@ -78,5 +78,6 @@ iface = gr.Interface(
|
|
78 |
title="XLS-R 2B 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-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 |
)
|
82 |
iface.launch()
|
|
|
78 |
title="XLS-R 2B 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-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()
|