SheldonYC commited on
Commit
e3a805b
1 Parent(s): a6a79a1

update asr model

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -1,5 +1,8 @@
1
  import os
2
- os.system("pip install nemo_toolkit['all']")
 
 
 
3
 
4
  import nemo.collections.asr as nemo_asr
5
  from transformers import pipeline
 
1
  import os
2
+ os.system("""
3
+ apt-get update && apt-get install -y libsndfile1 ffmpeg
4
+ pip install Cython
5
+ pip install nemo_toolkit['all']""")
6
 
7
  import nemo.collections.asr as nemo_asr
8
  from transformers import pipeline