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