Spaces:
Runtime error
Runtime error
fix: install style bert vits manually
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
setuptools>=80.9.0
|
| 2 |
wheel>=0.45.1
|
| 3 |
onnxruntime
|
| 4 |
-
pyopenjtalk-plus==0.4.1.post3
|
| 5 |
git+https://github.com/p1atdev/AivisSpeech-Engine@3c4e8d7df56c53abfc15580ee9dd0eb8edd9af9b
|
|
|
|
| 6 |
aiohttp>=3.12.6
|
| 7 |
fastapi>=0.115.12
|
| 8 |
hf-transfer>=0.1.9
|
|
@@ -10,3 +10,4 @@ hf-xet>=1.1.2
|
|
| 10 |
litellm>=1.72.0
|
| 11 |
markitdown[pdf]>=0.1.2
|
| 12 |
pydantic>=2.11.5
|
|
|
|
|
|
| 1 |
setuptools>=80.9.0
|
| 2 |
wheel>=0.45.1
|
| 3 |
onnxruntime
|
|
|
|
| 4 |
git+https://github.com/p1atdev/AivisSpeech-Engine@3c4e8d7df56c53abfc15580ee9dd0eb8edd9af9b
|
| 5 |
+
pyopenjtalk-plus==0.4.1.post3
|
| 6 |
aiohttp>=3.12.6
|
| 7 |
fastapi>=0.115.12
|
| 8 |
hf-transfer>=0.1.9
|
|
|
|
| 10 |
litellm>=1.72.0
|
| 11 |
markitdown[pdf]>=0.1.2
|
| 12 |
pydantic>=2.11.5
|
| 13 |
+
git+https://github.com/tsukumijima/Style-Bert-VITS2@3dff8e0ffc48984052755cd4875cbc8c3f415e4b
|