nagasurendra commited on
Commit
93ee458
·
verified ·
1 Parent(s): e0d893e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -5
requirements.txt CHANGED
@@ -1,5 +1,7 @@
1
- gradio
2
- gTTS
3
- speechrecognition
4
- scipy
5
- ffmpeg-python
 
 
 
1
+ gradio==3.38.0
2
+ gtts==2.2.4
3
+ speechrecognition==3.8.1
4
+ numpy==1.24.2
5
+ pydub==0.25.1
6
+ playsound==1.3.0
7
+ pyaudio==0.2.14