HaryaniAnjali commited on
Commit
14d3de3
·
verified ·
1 Parent(s): f1445b2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -6
requirements.txt CHANGED
@@ -1,6 +1,5 @@
1
- gradio
2
- transformers
3
- torch
4
- librosa
5
- numpy
6
- soundfile
 
1
+ tensorflow==2.12.0
2
+ librosa==0.10.1
3
+ numpy>=1.19.0
4
+ gradio>=3.32.0
5
+ soundfile>=0.12.1