Master0fNone commited on
Commit
aec7046
·
verified ·
1 Parent(s): 9a6673f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio
2
- transformers
3
- torch
4
- pydub
5
- librosa
6
- soundfile
 
1
+ gradio==3.1.7
2
+ transformers==4.28.1
3
+ torch==1.13.1
4
+ soundfile==0.10.3.post1
5
+ numpy==1.24.2
6
+ io