commit
Browse files
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="
|
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()
|