Update app.py
Browse files
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/
|
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 |
|