alviadn commited on
Commit
c679f82
1 Parent(s): 53e22aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,6 +18,6 @@ gr.Interface(fn=predict_speech_to_text,
18
  source="microphone", type="filepath", label="Input"),
19
  outputs=gr.outputs.Textbox(label="Output"),
20
  description="Using pipeline with Facebook S2T for ASR.",
21
- examples=['ljspeech.wav'],
22
  allow_flagging='never'
23
  ).launch()
 
18
  source="microphone", type="filepath", label="Input"),
19
  outputs=gr.outputs.Textbox(label="Output"),
20
  description="Using pipeline with Facebook S2T for ASR.",
21
+ examples=['Good night_alvi.wav'],
22
  allow_flagging='never'
23
  ).launch()