Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
|
|
|
|
2 |
numpy==1.22.0;python_version<="3.10"
|
3 |
numpy>=1.24.3;python_version>"3.10"
|
4 |
cython>=0.29.30
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu124
|
2 |
+
TTS
|
3 |
+
setuptools
|
4 |
numpy==1.22.0;python_version<="3.10"
|
5 |
numpy>=1.24.3;python_version>"3.10"
|
6 |
cython>=0.29.30
|