manu commited on
Commit
ea4e042
·
1 Parent(s): 6818537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -199,7 +199,8 @@ with block:
199
  <p style="margin-bottom: 10px; font-size: 94%">
200
 
201
  The point of the game is to say the given text as fast as possible without errors. Each error adds a one second penalty to the final time and is measured by the WER metric multiplied by text length. Once you mastered the pirate code example (my PB is 15.4), challenge your friends with another article of your choice !
202
- The STT is powered by Whisper, 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. This demo cuts audio after around 30 secs.
 
203
  </p>
204
  </div>
205
  """
@@ -235,7 +236,7 @@ with block:
235
 
236
  gr.HTML('''
237
  <div class="footer">
238
- <p>Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> - Gradio Demo by Manu
239
  </p>
240
  </div>
241
  ''')
 
199
  <p style="margin-bottom: 10px; font-size: 94%">
200
 
201
  The point of the game is to say the given text as fast as possible without errors. Each error adds a one second penalty to the final time and is measured by the WER metric multiplied by text length. Once you mastered the pirate code example (my PB is 15.4), challenge your friends with another article of your choice !
202
+ Warning ⚠️, the audio recording is known to bug on iPhones for the moment...
203
+ The STT is powered by OpenAI Whisper, 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. This demo cuts audio after around 30 secs.
204
  </p>
205
  </div>
206
  """
 
236
 
237
  gr.HTML('''
238
  <div class="footer">
239
+ <p>Model by <a href="https://github.com/openai/whisper" style="text-decoration: underline;" target="_blank">OpenAI</a> - Gradio Demo by <a href="https://github.com/ManuelFay" style="text-decoration: underline;" target="_blank">Manu</a>
240
  </p>
241
  </div>
242
  ''')