Vaibhav Srivastav commited on
Commit
e7c0d90
1 Parent(s): a084c8f

fingers crossed x2

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 = [["test1.wav", "test2.wav"], ["facebook/wav2vec2-base-960h", "facebook/hubert-large-ls960-ft"]], 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", "facebook/wav2vec2-base-960h"], ["test2.wav", "facebook/hubert-large-ls960-ft"]], theme="huggingface").launch()