iSky commited on
Commit
689d9be
1 Parent(s): 4c5cfd0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
  from transformers import pipeline
4
 
5
- s2t=gr.Interface.load('huggingface/facebook/wav2vec2-large-960h-lv60-self')
6
 
7
  grammar = gr.Interface.load('huggingface/prithivida/grammar_error_correcter_v1')
8
 
2
 
3
  from transformers import pipeline
4
 
5
+ s2t=gr.Interface.load('huggingface/facebook/s2t-medium-librispeech-asr')
6
 
7
  grammar = gr.Interface.load('huggingface/prithivida/grammar_error_correcter_v1')
8