Spaces:
Build error
Build error
artificialguybr
commited on
Commit
•
5fe7517
1
Parent(s):
6e0e19c
Update requirements.txt
Browse files- requirements.txt +2 -15
requirements.txt
CHANGED
@@ -1,22 +1,9 @@
|
|
1 |
-
# Core dependencies
|
2 |
git+https://github.com/jvkap/googletrans-fixed.git
|
3 |
edge-tts
|
4 |
insanely-fast-whisper
|
5 |
-
numpy
|
6 |
opencv-python
|
7 |
huggingface-hub
|
8 |
-
torchvision
|
9 |
moviepy
|
10 |
-
# Audio processing
|
11 |
-
soundfile
|
12 |
-
pydub
|
13 |
spaces
|
14 |
-
|
15 |
-
|
16 |
-
inflect
|
17 |
-
|
18 |
-
# Utility libraries
|
19 |
-
tqdm
|
20 |
-
torch
|
21 |
-
torchaudio
|
22 |
-
ffmpeg-python
|
|
|
|
|
1 |
git+https://github.com/jvkap/googletrans-fixed.git
|
2 |
edge-tts
|
3 |
insanely-fast-whisper
|
|
|
4 |
opencv-python
|
5 |
huggingface-hub
|
|
|
6 |
moviepy
|
|
|
|
|
|
|
7 |
spaces
|
8 |
+
ffmpeg-python
|
9 |
+
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
|