Spaces:
Running
Running
Update config/config.json
Browse files- config/config.json +2 -1
config/config.json
CHANGED
@@ -8,7 +8,8 @@
|
|
8 |
"diarizer": "pyannote/speaker-diarization-3.1",
|
9 |
"asr": {
|
10 |
"type": "automatic-speech-recognition",
|
11 |
-
"transcriber": "openai/whisper-base"
|
|
|
12 |
}
|
13 |
},
|
14 |
"session": {
|
|
|
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 |
},
|
15 |
"session": {
|