Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -70,8 +70,8 @@ demo = gr.Interface(
|
|
70 |
gr.Audio(source="microphone", type="filepath", label="Audio Input")
|
71 |
],
|
72 |
outputs=gr.Textbox(label="Transcription"),
|
73 |
-
title="Multilingual Speech Recognition",
|
74 |
-
description="Upload an audio file or record audio to transcribe Wolof, French, or English speech
|
75 |
theme="default",
|
76 |
enable_queue=True
|
77 |
)
|
|
|
70 |
gr.Audio(source="microphone", type="filepath", label="Audio Input")
|
71 |
],
|
72 |
outputs=gr.Textbox(label="Transcription"),
|
73 |
+
title="Multilingual Speech Recognition: Wolof, French, English, .. or Mix ",
|
74 |
+
description="Upload an audio file or record audio to transcribe Wolof, French, or English speech...",
|
75 |
theme="default",
|
76 |
enable_queue=True
|
77 |
)
|