Pant0x commited on
Commit
8b8dfab
·
verified ·
1 Parent(s): cbe35e2

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +2 -0
requirements.txt CHANGED
@@ -9,6 +9,7 @@ protobuf
9
 
10
  # audio / voice
11
  soundfile
 
12
  pydub
13
  speechrecognition
14
  gtts
@@ -16,6 +17,7 @@ pyttsx3
16
  librosa
17
  numpy
18
  scipy
 
19
 
20
  # translation + text utils
21
  googletrans==4.0.0rc1
 
9
 
10
  # audio / voice
11
  soundfile
12
+ torchaudio
13
  pydub
14
  speechrecognition
15
  gtts
 
17
  librosa
18
  numpy
19
  scipy
20
+ gTTS
21
 
22
  # translation + text utils
23
  googletrans==4.0.0rc1