LittleLirow commited on
Commit
7d11465
1 Parent(s): 600bbf7

Update requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -0
requirements.txt CHANGED
@@ -1,5 +1,9 @@
1
  git+https://github.com/huggingface/diffusers.git
2
  --extra-index-url https://download.pytorch.org/whl/cu113
 
 
 
 
3
  torch
4
  scipy
5
  torchaudio>=0.13.0
@@ -11,6 +15,10 @@ numpy<=1.23.5
11
  soundfile
12
  librosa
13
  pandas
 
 
 
 
14
  # transformers
15
  torchlibrosa
16
  transformers
 
1
  git+https://github.com/huggingface/diffusers.git
2
  --extra-index-url https://download.pytorch.org/whl/cu113
3
+ git+https://github.com/agermanidis/autosub.git
4
+ ffmpeg
5
+ ffmpeg-python
6
+ gradio
7
  torch
8
  scipy
9
  torchaudio>=0.13.0
 
15
  soundfile
16
  librosa
17
  pandas
18
+ openai
19
+ elevenlabslib
20
+ replicate
21
+ rev_ai
22
  # transformers
23
  torchlibrosa
24
  transformers