leenag commited on
Commit
d072b4f
·
verified ·
1 Parent(s): 463b6d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[["sample.wav"]],
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()