tykiww commited on
Commit
81b9914
1 Parent(s): ec3af39

Update config/config.json

Browse files
Files changed (1) hide show
  1. config/config.json +1 -1
config/config.json CHANGED
@@ -8,7 +8,7 @@
8
  "diarizer": "pyannote/speaker-diarization-3.1",
9
  "asr": {
10
  "type": "automatic-speech-recognition",
11
- "transcriber": "openai/whisper-base",
12
  "max_new_tokens": 256
13
  }
14
  },
 
8
  "diarizer": "pyannote/speaker-diarization-3.1",
9
  "asr": {
10
  "type": "automatic-speech-recognition",
11
+ "transcriber": "openai/whisper-base.en",
12
  "max_new_tokens": 256
13
  }
14
  },