Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -139,7 +139,7 @@ with block:
|
|
| 139 |
<rect x="23" y="69" width="23" height="23" fill="black"></rect>
|
| 140 |
</svg>
|
| 141 |
<h1 style="font-weight: 900; margin-bottom: 7px;">
|
| 142 |
-
Whisper
|
| 143 |
</h1>
|
| 144 |
</div>
|
| 145 |
<p style="margin-bottom: 10px; font-size: 94%">
|
|
@@ -168,7 +168,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>
|
| 172 |
</p>
|
| 173 |
</div>
|
| 174 |
''')
|
|
|
|
| 139 |
<rect x="23" y="69" width="23" height="23" fill="black"></rect>
|
| 140 |
</svg>
|
| 141 |
<h1 style="font-weight: 900; margin-bottom: 7px;">
|
| 142 |
+
OpenAI Whisper
|
| 143 |
</h1>
|
| 144 |
</div>
|
| 145 |
<p style="margin-bottom: 10px; font-size: 94%">
|
|
|
|
| 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>
|
| 172 |
</p>
|
| 173 |
</div>
|
| 174 |
''')
|