Commit
·
48e1316
1
Parent(s):
10b604a
enable debug
Browse files
model.py
CHANGED
|
@@ -1323,6 +1323,7 @@ def _get_streaming_vosk_pre_trained_model(
|
|
| 1323 |
num_threads=2,
|
| 1324 |
sample_rate=16000,
|
| 1325 |
feature_dim=80,
|
|
|
|
| 1326 |
decoding_method=decoding_method,
|
| 1327 |
max_active_paths=num_active_paths,
|
| 1328 |
)
|
|
|
|
| 1323 |
num_threads=2,
|
| 1324 |
sample_rate=16000,
|
| 1325 |
feature_dim=80,
|
| 1326 |
+
debug=True,
|
| 1327 |
decoding_method=decoding_method,
|
| 1328 |
max_active_paths=num_active_paths,
|
| 1329 |
)
|