nguyenvulebinh commited on
Commit
a8568e1
β€’
1 Parent(s): 9cdb89a

Update requirements.txt

Browse files

librosa fix OSError: sndfile library not found

Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -1,6 +1,7 @@
1
  torch==1.9.0
2
  transformers==4.9.2
3
  soundfile
 
4
  datasets==1.11.0
5
  pyctcdecode==v0.1.0
6
  https://github.com/kpu/kenlm/archive/master.zip
 
1
  torch==1.9.0
2
  transformers==4.9.2
3
  soundfile
4
+ librosa
5
  datasets==1.11.0
6
  pyctcdecode==v0.1.0
7
  https://github.com/kpu/kenlm/archive/master.zip