Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 {
|