Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ def transcribe(audio):
|
|
27 |
|
28 |
gr.Interface(
|
29 |
title = 'Speech to text with OpenAI (Large)',
|
30 |
-
description="General-purpose speech recognition model"
|
31 |
-
description="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."
|
32 |
fn=transcribe,
|
33 |
inputs=[
|
34 |
gr.inputs.Audio(source="microphone", type="filepath")
|
|
|
27 |
|
28 |
gr.Interface(
|
29 |
title = 'Speech to text with OpenAI (Large)',
|
30 |
+
description="General-purpose speech recognition model",
|
31 |
+
description="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.",
|
32 |
fn=transcribe,
|
33 |
inputs=[
|
34 |
gr.inputs.Audio(source="microphone", type="filepath")
|