camparchimedes commited on
Commit
29fd7dd
·
verified ·
1 Parent(s): 087d83a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"=None
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):