Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -60,7 +60,7 @@ asr = pipeline("automatic-speech-recognition", "NbAiLabBeta/nb-whisper-large-sem
|
|
60 |
kwargs = {
|
61 |
"num_beams": 5,
|
62 |
"language": "no",
|
63 |
-
"forced_decoder_ids"
|
64 |
}
|
65 |
|
66 |
def transcribe_audio(audio_file):
|
|
|
60 |
kwargs = {
|
61 |
"num_beams": 5,
|
62 |
"language": "no",
|
63 |
+
"forced_decoder_ids": None
|
64 |
}
|
65 |
|
66 |
def transcribe_audio(audio_file):
|