eskayML commited on
Commit
f0d15d3
1 Parent(s): 49d138e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  from transformers import pipeline
2
 
3
- p = pipeline("automatic-speech-recognition")
4
  import gradio as gr
5
 
6
  def transcribe(audio):
 
1
  from transformers import pipeline
2
 
3
+ p = pipeline("automatic-speech-recognition", model = 'openai/whisper-small')
4
  import gradio as gr
5
 
6
  def transcribe(audio):