badrex commited on
Commit
556929f
·
verified ·
1 Parent(s): 4c6f1dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN")
10
  if HF_TOKEN:
11
  login(token=HF_TOKEN)
12
 
13
- MODEL_ID = "badrex/w2v-bert-2.0-kinyarwanda-asr"
14
  transcriber = pipeline("automatic-speech-recognition", model=MODEL_ID)
15
 
16
 
 
10
  if HF_TOKEN:
11
  login(token=HF_TOKEN)
12
 
13
+ MODEL_ID = "badrex/w2v-bert-2.0-kinyarwanda-asr-1000h"
14
  transcriber = pipeline("automatic-speech-recognition", model=MODEL_ID)
15
 
16