barbaroo commited on
Commit
2243a90
1 Parent(s): b11248a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import time
3
  from transformers import pipeline
4
 
5
  p = pipeline("automatic-speech-recognition",
6
- model = 'carlosdanielhernandezmena/whisper-large-faroese-8k-steps-100h-ct2')
7
 
8
  def transcribe(audio, state=""):
9
  time.sleep(3)
 
3
  from transformers import pipeline
4
 
5
  p = pipeline("automatic-speech-recognition",
6
+ model = 'carlosdanielhernandezmena/wav2vec2-large-xlsr-53-faroese-100h')
7
 
8
  def transcribe(audio, state=""):
9
  time.sleep(3)