Spaces:
Running
on
Zero
Running
on
Zero
Alex Ergasti
commited on
Commit
·
3a3fb7b
1
Parent(s):
b89c182
Add requirements
Browse files- requirements.txt +15 -0
requirements.txt
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
diffusers==0.32.2
|
2 |
+
einops==0.8.1
|
3 |
+
gradio==5.20.1
|
4 |
+
librosa==0.11.0
|
5 |
+
moviepy==2.1.2
|
6 |
+
numpy==1.24.3
|
7 |
+
Pillow==11.1.0
|
8 |
+
scipy==1.15.2
|
9 |
+
soundfile==0.13.1
|
10 |
+
timm==1.0.15
|
11 |
+
torch==2.6.0
|
12 |
+
torchaudio==2.6.0
|
13 |
+
torchvision==0.21.0
|
14 |
+
tqdm==4.65.0
|
15 |
+
transformers==4.32.1
|