fffiloni commited on
Commit
a3d88bf
1 Parent(s): 1a0284d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -59,8 +59,9 @@ Try it in French ! ;)<br />
59
  """
60
 
61
  article="""
62
- <p style='text-align: center;'>
63
- Whisper is a general-purpose speech recognition model. It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification.<br />
 
64
  Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a>
65
  </p>
66
  """
 
59
  """
60
 
61
  article="""
62
+ <p style='text-align: center;'>—<br />
63
+ Whisper is a general-purpose speech recognition model. <br />
64
+ It is trained on a large dataset of diverse audio and is also a multi-task model that can perform multilingual speech recognition as well as speech translation and language identification.<br />
65
  Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a>
66
  </p>
67
  """