Spaces:
Sleeping
Sleeping
update
Browse files
toolbox/k2_sherpa/models.py
CHANGED
@@ -26,7 +26,7 @@ model_map = {
|
|
26 |
"repo_id": "csukuangfj/wenet-chinese-model",
|
27 |
"nn_model_file": "final.zip",
|
28 |
"tokens_file": "units.txt",
|
29 |
-
"
|
30 |
"recognizer_type": EnumRecognizerType.sherpa_offline_recognizer.value,
|
31 |
}
|
32 |
]
|
|
|
26 |
"repo_id": "csukuangfj/wenet-chinese-model",
|
27 |
"nn_model_file": "final.zip",
|
28 |
"tokens_file": "units.txt",
|
29 |
+
"sub_folder": ".",
|
30 |
"recognizer_type": EnumRecognizerType.sherpa_offline_recognizer.value,
|
31 |
}
|
32 |
]
|