radames HF staff commited on
Commit
4f21141
1 Parent(s): 9e08a5e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=['data/ljspeech.wav',]
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()