Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
# Preinstall requirements from TTS
|
2 |
-
TTS @ git+https://github.com/thinhlpg/TTS.git
|
3 |
-
typing-extensions
|
4 |
cutlet
|
5 |
-
mecab-python3
|
6 |
-
unidic-lite
|
7 |
-
unidic
|
8 |
langid
|
9 |
deepspeed
|
10 |
pydub
|
11 |
-
gradio
|
12 |
|
13 |
# Vietnamese 101
|
14 |
-
vinorm
|
15 |
-
underthesea
|
16 |
torch
|
17 |
torchaudio
|
18 |
nltk
|
19 |
-
pyrubberband
|
|
|
1 |
# Preinstall requirements from TTS
|
2 |
+
TTS @ git+https://github.com/thinhlpg/TTS.git
|
3 |
+
typing-extensions
|
4 |
cutlet
|
5 |
+
mecab-python3
|
6 |
+
unidic-lite
|
7 |
+
unidic
|
8 |
langid
|
9 |
deepspeed
|
10 |
pydub
|
11 |
+
gradio
|
12 |
|
13 |
# Vietnamese 101
|
14 |
+
vinorm
|
15 |
+
underthesea
|
16 |
torch
|
17 |
torchaudio
|
18 |
nltk
|
19 |
+
pyrubberband
|