englissi commited on
Commit
edf4aa8
·
verified ·
1 Parent(s): 3aa2dc6

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
- gTTS
3
- pydub
4
- numpy
5
- librosa
6
- soundfile
 
1
+ gradio==3.30.0
2
+ gTTS==2.2.4
3
+ pydub==0.25.1
4
+ numpy==1.24.3
5
+ librosa==0.10.0.post2
6
+ soundfile==0.12.1