Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,5 +7,5 @@ model = pipeline(task="automatic-speech-recognition",
|
|
| 7 |
gr.Interface.from_pipeline(model,
|
| 8 |
title="Automatic Speech Recognition (ASR)",
|
| 9 |
description="Using pipeline with Facebook S2T for ASR.",
|
| 10 |
-
examples=['
|
| 11 |
).launch()
|
|
|
|
| 7 |
gr.Interface.from_pipeline(model,
|
| 8 |
title="Automatic Speech Recognition (ASR)",
|
| 9 |
description="Using pipeline with Facebook S2T for ASR.",
|
| 10 |
+
examples=['ljspeech.wav',]
|
| 11 |
).launch()
|