We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e974827 + 872a18d commit ba9b122Copy full SHA for ba9b122
config.json
@@ -2,7 +2,7 @@
2
"models": [
3
{
4
"serviceName": "asr_whisper_en",
5
- "modelBasePath": "src/asr/whisper_en/local.",
+ "modelBasePath": "src/asr/whisper_en/local/.",
6
"apiBasePath": "asr/whisper_en/local/",
7
"containerPort": 8000,
8
"environment": {},
@@ -13,7 +13,7 @@
13
},
14
15
"serviceName": "asr_lang_detect",
16
- "modelBasePath": "src/asr/whisper_lang_rec/local.",
+ "modelBasePath": "src/asr/whisper_lang_rec/local/.",
17
"apiBasePath": "asr/whisper_lang_rec/local/",
18
19
0 commit comments