Update requirements.txt
Browse files- requirements.txt +1 -6
requirements.txt
CHANGED
@@ -1,10 +1,5 @@
|
|
1 |
-
TTS
|
2 |
-
fairseq
|
3 |
-
torch
|
4 |
-
torchaudio
|
5 |
streamlit
|
6 |
librosa
|
7 |
soundfile
|
8 |
numpy
|
9 |
-
|
10 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
1 |
streamlit
|
2 |
librosa
|
3 |
soundfile
|
4 |
numpy
|
5 |
+
scipy
|
|