Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,4 +72,7 @@ demo = gr.Interface(
|
|
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 |
-
)
|
|
|
|
|
|
|
|
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 |
+
)
|
76 |
+
|
77 |
+
if __name__ == "__main__":
|
78 |
+
demo.launch()
|