Vaibhav Srivastav commited on
Commit
5d0911d
·
1 Parent(s): 971834d

fixing examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,4 +64,4 @@ gr.Interface(return_all_predictions,
64
  title="ASR using Wav2Vec 2.0 & pyctcdecode",
65
  description = "Extending HF ASR models with pyctcdecode decoder",
66
  layout = "horizontal",
67
- examples = ["test.wav"], theme="huggingface").launch()
 
64
  title="ASR using Wav2Vec 2.0 & pyctcdecode",
65
  description = "Extending HF ASR models with pyctcdecode decoder",
66
  layout = "horizontal",
67
+ examples = [["test1.wav", "test2.wav"]], theme="huggingface").launch()