Update app.py
Browse files
app.py
CHANGED
|
@@ -48,7 +48,7 @@ css = """
|
|
| 48 |
accent-color: #dfdfdf;
|
| 49 |
}
|
| 50 |
.container {
|
| 51 |
-
max-width:
|
| 52 |
margin: auto;
|
| 53 |
padding-top: 1.5rem;
|
| 54 |
}
|
|
@@ -100,7 +100,7 @@ block = gr.Blocks(css=css)
|
|
| 100 |
with block:
|
| 101 |
gr.HTML(
|
| 102 |
"""
|
| 103 |
-
<div style="text-align: center; max-width:
|
| 104 |
<div
|
| 105 |
style="
|
| 106 |
display: inline-flex;
|
|
@@ -138,7 +138,7 @@ with block:
|
|
| 138 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 139 |
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>
|
| 140 |
<p>This is a fork by JTHTEO.</p>
|
| 141 |
-
<p>The
|
| 142 |
</p>
|
| 143 |
</div>
|
| 144 |
"""
|
|
|
|
| 48 |
accent-color: #dfdfdf;
|
| 49 |
}
|
| 50 |
.container {
|
| 51 |
+
max-width: 800px;
|
| 52 |
margin: auto;
|
| 53 |
padding-top: 1.5rem;
|
| 54 |
}
|
|
|
|
| 100 |
with block:
|
| 101 |
gr.HTML(
|
| 102 |
"""
|
| 103 |
+
<div style="text-align: center; max-width: 800px; margin: 0 auto;">
|
| 104 |
<div
|
| 105 |
style="
|
| 106 |
display: inline-flex;
|
|
|
|
| 138 |
<p style="margin-bottom: 10px; font-size: 94%">
|
| 139 |
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>
|
| 140 |
<p>This is a fork by JTHTEO.</p>
|
| 141 |
+
<p>The sizes of the different Whisper models can be found in this <a href="https://github.com/openai/whisper/blob/main/model-card.md">Model Card</a>. </p>
|
| 142 |
</p>
|
| 143 |
</div>
|
| 144 |
"""
|