dragonSwing commited on
Commit
bb1dc4a
·
1 Parent(s): e909374

Update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ with zipfile.ZipFile(lm_file, 'r') as zip_ref:
14
  lm_file = cache_dir + 'lm.binary'
15
  vocab_file = cache_dir + 'vocab-260000.txt'
16
  model = EncoderASR.from_hparams(source="dragonSwing/wav2vec2-base-vn-270h",
17
- savedir="/content/pretrained2/"
18
  )
19
 
20
 
 
14
  lm_file = cache_dir + 'lm.binary'
15
  vocab_file = cache_dir + 'vocab-260000.txt'
16
  model = EncoderASR.from_hparams(source="dragonSwing/wav2vec2-base-vn-270h",
17
+ savedir="./pretrained/wav2vec-vi-asr"
18
  )
19
 
20