JaganathC commited on
Commit
77b8e12
·
verified ·
1 Parent(s): e6813af

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -13
requirements.txt CHANGED
@@ -1,13 +1,19 @@
1
- insanely-fast-whisper
2
- accelerate
3
- bitsandbytes
4
- scipy
5
- sentencepiece
6
- spaces
7
- tiktoken
8
- pytest
9
- torch
10
- transformers
11
- yt-dlp
12
- moviepy
13
- langdetect
 
 
 
 
 
 
 
1
+ gradio
2
+ torch
3
+ transformers
4
+ yt-dlp
5
+ moviepy
6
+ langdetect
7
+ uuid
8
+ subprocess
9
+ json
10
+ os
11
+ spaces
12
+ accelerate
13
+ bitsandbytes
14
+ scipy
15
+ sentencepiece
16
+ tiktoken
17
+ pytest
18
+ ffmpeg
19
+ insanely-fast-whisper