Spaces:
Sleeping
Sleeping
Revert to original Space configuration - match litagin/Style-Bert-VITS2-Editor-Demo
Browse files- requirements.txt +5 -26
requirements.txt
CHANGED
@@ -1,31 +1,10 @@
|
|
1 |
-
# Core dependencies
|
2 |
fastapi[standard]
|
3 |
loguru
|
4 |
num2words
|
|
|
|
|
|
|
|
|
|
|
5 |
torch
|
6 |
transformers
|
7 |
-
huggingface_hub
|
8 |
-
pydantic
|
9 |
-
uvicorn
|
10 |
-
|
11 |
-
# Audio processing
|
12 |
-
librosa==0.9.2
|
13 |
-
pyworld-prebuilt
|
14 |
-
scipy
|
15 |
-
soundfile
|
16 |
-
|
17 |
-
# Japanese text processing
|
18 |
-
pyopenjtalk-dict
|
19 |
-
pyopenjtalk
|
20 |
-
janome
|
21 |
-
jamo
|
22 |
-
|
23 |
-
# TTS model dependencies
|
24 |
-
numba
|
25 |
-
numpy
|
26 |
-
safetensors
|
27 |
-
|
28 |
-
# Optional for training/analysis
|
29 |
-
# pyannote.audio>=3.1.0
|
30 |
-
# tensorboard
|
31 |
-
# umap-learn
|
|
|
|
|
1 |
fastapi[standard]
|
2 |
loguru
|
3 |
num2words
|
4 |
+
numba
|
5 |
+
pyannote.audio>=3.1.0
|
6 |
+
pyopenjtalk
|
7 |
+
pyopenjtalk-dict
|
8 |
+
pyworld-prebuilt
|
9 |
torch
|
10 |
transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|