Maximofn commited on
Commit
6d86b70
1 Parent(s): 2446d4f

Add libraries for speechbrain to requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -13,10 +13,13 @@ speechbrain
13
  soundfile
14
  modelscope
15
  rotary-embedding-torch
 
16
 
17
  # Trascribe audios
18
  git+https://github.com/openai/whisper.git
19
 
20
  # Translate
21
- transformers
22
- protobuf
 
 
 
13
  soundfile
14
  modelscope
15
  rotary-embedding-torch
16
+ transformers
17
 
18
  # Trascribe audios
19
  git+https://github.com/openai/whisper.git
20
 
21
  # Translate
22
+ protobuf
23
+
24
+ # Add subtitles to videos
25
+ opencv-python