Kangarroar commited on
Commit
8274b52
1 Parent(s): fc7a9fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,7 +1,5 @@
1
  import gradio as gr
2
 
3
- from transformers import pipeline
4
-
5
  s2t=gr.Interface.load('huggingface/facebook/s2t-medium-librispeech-asr')
6
 
7
 
 
1
  import gradio as gr
2
 
 
 
3
  s2t=gr.Interface.load('huggingface/facebook/s2t-medium-librispeech-asr')
4
 
5