Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +15 -6
requirements.txt
CHANGED
|
@@ -1,9 +1,18 @@
|
|
| 1 |
-
|
| 2 |
-
gradio>=4.0.0,<5.0.0
|
| 3 |
torch>=2.0.0
|
| 4 |
torchaudio>=2.0.0
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
torchaudio>=2.0.0
|
| 4 |
+
transformers<4.50
|
| 5 |
+
soundfile
|
| 6 |
+
numpy<=1.26.4
|
| 7 |
+
vocos
|
| 8 |
+
cached_path
|
| 9 |
+
accelerate>=0.33.0
|
| 10 |
+
safetensors
|
| 11 |
+
tqdm>=4.65.0
|
| 12 |
+
matplotlib
|
| 13 |
+
pydub
|
| 14 |
+
huggingface_hub
|
| 15 |
+
x_transformers>=1.31.14
|
| 16 |
+
ema_pytorch>=0.5.2
|
| 17 |
+
torchdiffeq
|
| 18 |
|