Nick021402 commited on
Commit
441e8aa
·
verified ·
1 Parent(s): 4c08572

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- gradio==3.50.2
2
- transformers
3
- torch
4
- torchaudio
5
- librosa
 
 
 
1
+ gradio>=4.0.0
2
+ torch>=1.9.0
3
+ torchaudio>=0.9.0
4
+ transformers>=4.20.0
5
+ librosa>=0.9.0
6
+ numpy>=1.21.0
7
+ soundfile>=0.12.0