Spaces:
Running
Running
vineelpratap
commited on
Commit
•
f0d393c
1
Parent(s):
644deec
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
11 |
"<p align='center' style='font-size: 20px;'>MMS Zero-shot ASR Demo. See our arXiV <a href='https://www.youtube.com/watch?v=dQw4w9WgXcQ'>paper</a> for model details.</p>"
|
12 |
)
|
13 |
gr.HTML(
|
14 |
-
"""<center>The demo works on input audio in any language, as long as you provide a list of words or sentences for that language and an optional n-gram language model (even a simple 1-gram model will work!) to help with accuracy.<br>We recommend having a minimum of
|
15 |
)
|
16 |
with gr.Row():
|
17 |
with gr.Column():
|
|
|
11 |
"<p align='center' style='font-size: 20px;'>MMS Zero-shot ASR Demo. See our arXiV <a href='https://www.youtube.com/watch?v=dQw4w9WgXcQ'>paper</a> for model details.</p>"
|
12 |
)
|
13 |
gr.HTML(
|
14 |
+
"""<center>The demo works on input audio in any language, as long as you provide a list of words or sentences for that language and an optional n-gram language model (even a simple 1-gram model will work!) to help with accuracy.<br>We recommend having a minimum of 10000 sentences in the textfile to acheive a good performance.</center>"""
|
15 |
)
|
16 |
with gr.Row():
|
17 |
with gr.Column():
|