Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -3,10 +3,10 @@ numpy>=1.24.3,<2.0.0
|
|
3 |
scikit-learn==1.2.2
|
4 |
setuptools>=65.5.0,<68.0.0
|
5 |
wheel>=0.41.0,<0.45.0
|
6 |
-
torch
|
7 |
-
torchaudio
|
8 |
coqui-tts>=0.24.1,<0.25.0
|
9 |
-
hangul-romanize>=0.1.0,<0.2.0
|
10 |
coqui-tts[ja]>=0.24.1,<0.25.0
|
11 |
coqui-tts[zh]>=0.24.1,<0.25.0
|
12 |
uvicorn>=0.22.0,<0.23.0
|
|
|
3 |
scikit-learn==1.2.2
|
4 |
setuptools>=65.5.0,<68.0.0
|
5 |
wheel>=0.41.0,<0.45.0
|
6 |
+
torch==2.0.1 # 固定为2.0.1以满足torchaudio依赖
|
7 |
+
torchaudio==2.0.2+cpu # 确保与torch兼容
|
8 |
coqui-tts>=0.24.1,<0.25.0
|
9 |
+
hangul-romanize>=0.1.0,<0.2.0
|
10 |
coqui-tts[ja]>=0.24.1,<0.25.0
|
11 |
coqui-tts[zh]>=0.24.1,<0.25.0
|
12 |
uvicorn>=0.22.0,<0.23.0
|