artificialguybr commited on
Commit
f4045d5
1 Parent(s): b366f3b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -3
requirements.txt CHANGED
@@ -1,6 +1,4 @@
1
  # Core dependencies
2
- gradio
3
- spaces
4
  git+https://github.com/jvkap/googletrans-fixed.git
5
  TTS
6
  insanely-fast-whisper
@@ -11,7 +9,7 @@ torchvision
11
  # Audio processing
12
  soundfile
13
  pydub
14
-
15
  # Natural language processing
16
  num2words
17
  inflect
 
1
  # Core dependencies
 
 
2
  git+https://github.com/jvkap/googletrans-fixed.git
3
  TTS
4
  insanely-fast-whisper
 
9
  # Audio processing
10
  soundfile
11
  pydub
12
+ spaces
13
  # Natural language processing
14
  num2words
15
  inflect