Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -56,6 +56,6 @@ iface = gr.Interface(
|
|
56 |
outputs="text",
|
57 |
title="Malayalam Speech Recognition",
|
58 |
description="Record or upload Malayalam speech and submit to get the transcribed text.",
|
59 |
-
examples=[["
|
60 |
)
|
61 |
iface.launch()
|
|
|
56 |
outputs="text",
|
57 |
title="Malayalam Speech Recognition",
|
58 |
description="Record or upload Malayalam speech and submit to get the transcribed text.",
|
59 |
+
examples=[["sample1.wav"]],
|
60 |
)
|
61 |
iface.launch()
|