Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +19 -13
requirements.txt
CHANGED
@@ -1,13 +1,19 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|