Futuresony commited on
Commit
b580ba3
·
verified ·
1 Parent(s): db8d5e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  from transformers import pipeline
3
  import numpy as np
4
 
5
- transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-large-v3")
6
 
7
  def transcribe(stream, new_chunk):
8
  sr, y = new_chunk
 
2
  from transformers import pipeline
3
  import numpy as np
4
 
5
+ transcriber = pipeline("automatic-speech-recognition", model="openai/whisper-base.en")
6
 
7
  def transcribe(stream, new_chunk):
8
  sr, y = new_chunk