Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
|
|
|
|
|
|
|
|
2 |
torch
|
3 |
torchaudio
|
4 |
coqui-tts
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
2 |
+
numpy==1.23.5
|
3 |
+
scikit-learn==1.2.2
|
4 |
+
setuptools>=65.5.0
|
5 |
+
wheel>=0.41.0
|
6 |
torch
|
7 |
torchaudio
|
8 |
coqui-tts
|