akhaliq HF staff clem HF staff commited on
Commit
61f2a90
1 Parent(s): 943c949

disclaimer that it cuts at 25 secs (#8)

Browse files

- disclaimer that it cuts at 25 secs (9155dbc1811f60f9d692c37d7db54bde0b1207b8)


Co-authored-by: 🤗 <clem@users.noreply.huggingface.co>

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 {