Update app.py
Browse files
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.
|
|
|
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 |
"""
|