Core23 commited on
Commit
a4a04d0
·
1 Parent(s): 3764d3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from transformers import pipeline
6
 
7
  openai.api_key = os.getenv("OPENAI_API_KEY")
8
 
9
- pipe = pipeline(model="seeafricatz/kiaziboraasr")
10
 
11
  def transcribe(audio):
12
  text = pipe(audio)["text"]
 
6
 
7
  openai.api_key = os.getenv("OPENAI_API_KEY")
8
 
9
+ pipe = pipeline(model="Ussen/whisper-medium-swc-drc-kat-1")
10
 
11
  def transcribe(audio):
12
  text = pipe(audio)["text"]