Update requirements.txt
Browse files- requirements.txt +18 -12
requirements.txt
CHANGED
@@ -1,21 +1,21 @@
|
|
1 |
-
torch
|
2 |
torchvision
|
3 |
torchaudio
|
4 |
python-dotenv
|
5 |
cython
|
6 |
-
gitpython
|
7 |
-
tensorboard
|
8 |
-
numpy
|
9 |
-
Pillow
|
10 |
-
opencv-python
|
11 |
-
scipy
|
12 |
-
tqdm
|
13 |
-
gradio
|
14 |
-
einops
|
15 |
-
hydra-core
|
16 |
requests
|
17 |
torchdiffeq
|
18 |
-
librosa
|
19 |
nitrous-ema
|
20 |
safetensors
|
21 |
auraloss
|
@@ -29,3 +29,9 @@ sentencepiece
|
|
29 |
gradio
|
30 |
transformers
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
torchvision
|
3 |
torchaudio
|
4 |
python-dotenv
|
5 |
cython
|
6 |
+
gitpython
|
7 |
+
tensorboard
|
8 |
+
numpy
|
9 |
+
Pillow
|
10 |
+
opencv-python
|
11 |
+
scipy
|
12 |
+
tqdm
|
13 |
+
gradio
|
14 |
+
einops
|
15 |
+
hydra-core
|
16 |
requests
|
17 |
torchdiffeq
|
18 |
+
librosa
|
19 |
nitrous-ema
|
20 |
safetensors
|
21 |
auraloss
|
|
|
29 |
gradio
|
30 |
transformers
|
31 |
|
32 |
+
gradio-client
|
33 |
+
spaces
|
34 |
+
gradio-imageslider
|
35 |
+
accelerate
|
36 |
+
diffusers
|
37 |
+
fastapi
|