alviadn commited on
Commit
76d4349
1 Parent(s): c679f82
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ gr.Interface(fn=predict_speech_to_text,
17
  inputs=gr.inputs.Audio(
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()
 
17
  inputs=gr.inputs.Audio(
18
  source="microphone", type="filepath", label="Input"),
19
  outputs=gr.outputs.Textbox(label="Output"),
20
+ description="This application was created to help correct pronouncation",
21
  examples=['Good night_alvi.wav'],
22
  allow_flagging='never'
23
  ).launch()