Opera8 commited on
Commit
a88f584
·
verified ·
1 Parent(s): bf841bf

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -1,13 +1,12 @@
1
- # Core libraries
2
  gradio
3
  torch
4
  torchvision
5
  torchaudio
6
-
 
7
  # SoniTranslate Core Dependencies
8
- # Using the specific version of whisperX from the Colab notebook
9
- git+https://github.com/R3gm/whisperX.git@cuda_12_x
10
- pyannote.audio==2.1.1
11
  fairseq
12
  yt-dlp
13
  pysrt
@@ -23,13 +22,13 @@ piper-tts==1.2.0
23
  TTS==0.21.1
24
 
25
  # Other utilities
26
- numpy==1.25.2
27
  soundfile
28
  librosa
29
  onnxruntime-gpu
30
  tqdm
31
  demucs
32
  python-multipart
33
- # Added based on potential dependencies from the code
34
  tenacity
35
- youtube-transcript-api
 
 
 
1
  gradio
2
  torch
3
  torchvision
4
  torchaudio
5
+ spaces
6
+ imageio-ffmpeg
7
  # SoniTranslate Core Dependencies
8
+ git+https://github.com/m-bain/whisperX.git
9
+ pyannote.audio==3.1.1
 
10
  fairseq
11
  yt-dlp
12
  pysrt
 
22
  TTS==0.21.1
23
 
24
  # Other utilities
25
+ numpy
26
  soundfile
27
  librosa
28
  onnxruntime-gpu
29
  tqdm
30
  demucs
31
  python-multipart
 
32
  tenacity
33
+ youtube-transcript-api
34
+ ffmpeg-python