Spaces:
Running
on
L4
Running
on
L4
disclaimer that it cuts at 25 secs
#8
by
clem
HF staff
- opened
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 {
|