csukuangfj commited on
Commit
1f16e2f
1 Parent(s): 5681f66

small fixes

Browse files
Files changed (1) hide show
  1. model.py +1 -1
model.py CHANGED
@@ -291,8 +291,8 @@ chinese_english_mixed_models = {
291
  }
292
 
293
  tibetan_models = {
294
- "syzym/icefall-asr-xbmu-amdo31-pruned-transducer-stateless5-2022-11-29": _get_tibetan_pre_trained_model, # noqa
295
  "syzym/icefall-asr-xbmu-amdo31-pruned-transducer-stateless7-2022-12-02": _get_tibetan_pre_trained_model, # noqa
 
296
  }
297
 
298
  all_models = {
291
  }
292
 
293
  tibetan_models = {
 
294
  "syzym/icefall-asr-xbmu-amdo31-pruned-transducer-stateless7-2022-12-02": _get_tibetan_pre_trained_model, # noqa
295
+ "syzym/icefall-asr-xbmu-amdo31-pruned-transducer-stateless5-2022-11-29": _get_tibetan_pre_trained_model, # noqa
296
  }
297
 
298
  all_models = {