Spaces:
Running
Running
Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +8 -0
requirements.txt
CHANGED
|
@@ -2,6 +2,7 @@ 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
|
|
@@ -15,4 +16,11 @@ huggingface_hub
|
|
| 15 |
x_transformers>=1.31.14
|
| 16 |
ema_pytorch>=0.5.2
|
| 17 |
torchdiffeq
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
|
|
|
| 2 |
torch>=2.0.0
|
| 3 |
torchaudio>=2.0.0
|
| 4 |
transformers<4.50
|
| 5 |
+
transformers_stream_generator
|
| 6 |
soundfile
|
| 7 |
numpy<=1.26.4
|
| 8 |
vocos
|
|
|
|
| 16 |
x_transformers>=1.31.14
|
| 17 |
ema_pytorch>=0.5.2
|
| 18 |
torchdiffeq
|
| 19 |
+
librosa
|
| 20 |
+
jieba
|
| 21 |
+
pypinyin
|
| 22 |
+
datasets
|
| 23 |
+
click
|
| 24 |
+
tomli
|
| 25 |
+
hydra-core>=1.3.0
|
| 26 |
|