Spaces:
Build error
Build error
Commit
·
eb3fe08
1
Parent(s):
134853d
small fixes
Browse files
model.py
CHANGED
|
@@ -961,7 +961,6 @@ def _get_paraformer_zh_yue_en_pre_trained_model(
|
|
| 961 |
sample_rate=16000,
|
| 962 |
feature_dim=80,
|
| 963 |
decoding_method=decoding_method,
|
| 964 |
-
max_active_paths=num_active_paths,
|
| 965 |
)
|
| 966 |
|
| 967 |
return recognizer
|
|
|
|
| 961 |
sample_rate=16000,
|
| 962 |
feature_dim=80,
|
| 963 |
decoding_method=decoding_method,
|
|
|
|
| 964 |
)
|
| 965 |
|
| 966 |
return recognizer
|