Spaces:
Running
on
Zero
Running
on
Zero
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.44.0
|
2 |
+
spaces>=0.26.1
|
3 |
+
huggingface_hub>=0.24.0
|
4 |
+
torch>=2.3.0
|
5 |
+
torchaudio>=2.3.0
|
6 |
+
torchvision>=0.18.0
|
7 |
+
numpy
|
8 |
+
soundfile
|
9 |
+
ffmpeg-python
|
10 |
+
tqdm
|
11 |
+
einops
|
12 |
+
transformers
|
13 |
+
accelerate
|