Teapack1 commited on
Commit
979bf55
1 Parent(s): a54b6d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import gradio as gr
2
- from transformers import pipeline
3
 
4
  model_id = "sanchit-gandhi/whisper-small-dv" # update with your model id
5
  pipe = pipeline("automatic-speech-recognition", model=model_id)
 
1
  import gradio as gr
 
2
 
3
  model_id = "sanchit-gandhi/whisper-small-dv" # update with your model id
4
  pipe = pipeline("automatic-speech-recognition", model=model_id)