heisenberg3376 commited on
Commit
b8f9733
1 Parent(s): b25b537

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,4 +1,5 @@
1
  import gradio as gr
 
2
 
3
  model_id = 'heisenberg3376/whisper-tiny-minds14'
4
  pipe = pipeline("automatic-speech-recognition", model=model_id)
 
1
  import gradio as gr
2
+ from transformers import pipeline
3
 
4
  model_id = 'heisenberg3376/whisper-tiny-minds14'
5
  pipe = pipeline("automatic-speech-recognition", model=model_id)