PatrickML commited on
Commit
b15355c
1 Parent(s): e77058c

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
  import gradio as gr
3
- pipe = pipeline(model="PatrickML/whisper_small_hyper")
4
  def transcribe(audio):
5
  text = pipe(audio)["text"]
6
  return text
 
1
  from transformers import pipeline
2
  import gradio as gr
3
+ pipe = pipeline(model="PatrickML/whisper_small_yt")
4
  def transcribe(audio):
5
  text = pipe(audio)["text"]
6
  return text