Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import time
|
|
3 |
from transformers import pipeline
|
4 |
|
5 |
p = pipeline("automatic-speech-recognition",
|
6 |
-
model = 'carlosdanielhernandezmena/
|
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)
|