Spaces:
Runtime error
Runtime error
csukuangfj
commited on
Commit
•
cc12677
1
Parent(s):
109bc13
small fixes
Browse files
model.py
CHANGED
@@ -374,7 +374,7 @@ def _get_tibetan_pre_trained_model(
|
|
374 |
repo_id
|
375 |
== "syzym/icefall-asr-xbmu-amdo31-pruned-transducer-stateless5-2022-11-29"
|
376 |
):
|
377 |
-
filename =
|
378 |
|
379 |
nn_model = _get_nn_model_filename(
|
380 |
repo_id=repo_id,
|
|
|
374 |
repo_id
|
375 |
== "syzym/icefall-asr-xbmu-amdo31-pruned-transducer-stateless5-2022-11-29"
|
376 |
):
|
377 |
+
filename = "cpu_jit-epoch-28-avg-23-torch-1.10.0.pt"
|
378 |
|
379 |
nn_model = _get_nn_model_filename(
|
380 |
repo_id=repo_id,
|