akhaliq HF staff commited on
Commit
138b7fe
1 Parent(s): 132b06d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -22,9 +22,7 @@ def inference(audio):
22
  return result.text
23
 
24
 
25
- title="Whisper"
26
 
27
- description="""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. This demo cuts audio after around 30 secs."""
28
 
29
  css = """
30
  .gradio-container {
@@ -143,7 +141,7 @@ with block:
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
  </div>
149
  """
 
22
  return result.text
23
 
24
 
 
25
 
 
26
 
27
  css = """
28
  .gradio-container {
 
141
  </h1>
142
  </div>
143
  <p style="margin-bottom: 10px; font-size: 94%">
144
+ 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. This demo cuts audio after around 30 secs.
145
  </p>
146
  </div>
147
  """