Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -142,11 +142,8 @@ with block:
|
|
142 |
Whisper
|
143 |
</h1>
|
144 |
</div>
|
145 |
-
<p style="margin-bottom: 10px; font-size: 94%">
|
146 |
-
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.
|
147 |
-
</p>
|
148 |
<h2>YouWhisper</h2>
|
149 |
-
<p>
|
150 |
</div>
|
151 |
"""
|
152 |
)
|
|
|
142 |
Whisper
|
143 |
</h1>
|
144 |
</div>
|
|
|
|
|
|
|
145 |
<h2>YouWhisper</h2>
|
146 |
+
<p>It converts Youtube videos to text using openai/whisper..</p>
|
147 |
</div>
|
148 |
"""
|
149 |
)
|