clem HF staff commited on
Commit
9155dbc
1 Parent(s): 943c949

disclaimer that it cuts at 25 secs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def inference(audio):
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."
28
 
29
  css = """
30
  .gradio-container {
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 25 secs."
28
 
29
  css = """
30
  .gradio-container {