sensahin commited on
Commit
1457853
1 Parent(s): cfc99b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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>YouWhisper converts youtube audios to text using Whisper..</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
  )