tonyliu404 commited on
Commit
7e263fd
·
verified ·
1 Parent(s): ac69b46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  from transformers import pipeline
 
2
 
3
  asr = pipeline("automatic-speech-recognition", model="distil-whisper/distil-small.en") #sound to text model
4
 
 
1
  from transformers import pipeline
2
+ import gradio as gr
3
 
4
  asr = pipeline("automatic-speech-recognition", model="distil-whisper/distil-small.en") #sound to text model
5