Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -6,7 +6,6 @@ scipy>=1.11.2
|
|
6 |
torch>=2.1
|
7 |
torchaudio
|
8 |
soundfile>=0.12.0
|
9 |
-
librosa>=0.10.0
|
10 |
scikit-learn>=1.3.0
|
11 |
numba==0.55.1;python_version<"3.9"
|
12 |
numba>=0.57.0;python_version>="3.9"
|
@@ -56,4 +55,5 @@ unidecode>=1.3.2
|
|
56 |
num2words
|
57 |
spacy[ja]>=3
|
58 |
TTS
|
59 |
-
streamlit>=1.0.0
|
|
|
|
6 |
torch>=2.1
|
7 |
torchaudio
|
8 |
soundfile>=0.12.0
|
|
|
9 |
scikit-learn>=1.3.0
|
10 |
numba==0.55.1;python_version<"3.9"
|
11 |
numba>=0.57.0;python_version>="3.9"
|
|
|
55 |
num2words
|
56 |
spacy[ja]>=3
|
57 |
TTS
|
58 |
+
streamlit>=1.0.0
|
59 |
+
librosa>=0.10.0
|