akhaliq HF staff commited on
Commit
132b06d
1 Parent(s): 9c0ddcb

Update app.py

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. This demo cuts audio after around 30 secs."
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 30 secs."""
28
 
29
  css = """
30
  .gradio-container {