Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def inference(audio):
|
|
24 |
|
25 |
title="Whisper OpenAI, deployed with jthteo"
|
26 |
|
27 |
-
description="Whisper is a general-purpose speech recognition model into English. It
|
28 |
|
29 |
css = """
|
30 |
.gradio-container {
|
@@ -143,7 +143,8 @@ with block:
|
|
143 |
</h1>
|
144 |
</div>
|
145 |
<p style="margin-bottom: 10px; font-size: 94%">
|
146 |
-
Whisper is a general-purpose speech recognition model. It
|
|
|
147 |
</p>
|
148 |
</div>
|
149 |
"""
|
@@ -168,7 +169,7 @@ with block:
|
|
168 |
|
169 |
gr.HTML('''
|
170 |
<div class="footer">
|
171 |
-
<p>Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> - Gradio Demo by 🤗 Hugging Face,
|
172 |
</p>
|
173 |
</div>
|
174 |
''')
|
|
|
24 |
|
25 |
title="Whisper OpenAI, deployed with jthteo"
|
26 |
|
27 |
+
description="Whisper is a general-purpose speech recognition model into English. It has been 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."
|
28 |
|
29 |
css = """
|
30 |
.gradio-container {
|
|
|
143 |
</h1>
|
144 |
</div>
|
145 |
<p style="margin-bottom: 10px; font-size: 94%">
|
146 |
+
Whisper is a general-purpose speech recognition model. It has been 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. </p>
|
147 |
+
<p>This app is written in Gradio by OpenAI. This is a fork by JTHTEO.
|
148 |
</p>
|
149 |
</div>
|
150 |
"""
|
|
|
169 |
|
170 |
gr.HTML('''
|
171 |
<div class="footer">
|
172 |
+
<p>Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> - Gradio Demo by 🤗 Hugging Face, this is a fork by JTHTEO
|
173 |
</p>
|
174 |
</div>
|
175 |
''')
|