vineelpratap commited on
Commit
462b91a
1 Parent(s): 8f3fe0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from zeroshot import (
8
 
9
  with gr.Blocks(css="style.css") as demo:
10
  gr.Markdown(
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>"""
 
8
 
9
  with gr.Blocks(css="style.css") as demo:
10
  gr.Markdown(
11
+ "<p align='center' style='font-size: 20px;'>MMS Zero-shot ASR Demo. See our arXiV <a href='http://arxiv.org/abs/2407.17852'>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>"""