Spaces:
Build error
Build error
patrickvonplaten
commited on
Commit
β’
5ee0b21
1
Parent(s):
ec5489a
Update app.py
Browse files
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()
|