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