Update app.py
Browse files
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=['
|
| 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()
|