Skip to content

Commit 8039053

Browse files
committed
Fix Norwegian models
1 parent 0871c15 commit 8039053

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/utils/Constants.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -140,9 +140,9 @@ export const MODELS: { [key: string]: [string, string] } = {
140140
"KBLab/kb-whisper-small": ["kb-whisper-small", "sv"],
141141
"KBLab/kb-whisper-medium": ["kb-whisper-medium", "sv"],
142142
"KBLab/kb-whisper-large": ["kb-whisper-large", "sv"],
143-
"PierreMesure/nb-whisper-tiny": ["nb-whisper-tiny", "no"],
144-
"PierreMesure/nb-whisper-base": ["nb-whisper-base", "no"],
145-
"PierreMesure/nb-whisper-small": ["nb-whisper-small", "no"],
143+
"PierreMesure/nb-whisper-tiny-onnx": ["nb-whisper-tiny", "no"],
144+
"PierreMesure/nb-whisper-base-onnx": ["nb-whisper-base", "no"],
145+
"PierreMesure/nb-whisper-small-onnx": ["nb-whisper-small", "no"],
146146
};
147147

148148
export const DTYPES: string[] = [

0 commit comments

Comments
 (0)