Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +12 -12
requirements.txt
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
audiocraft @ git+https://github.com/facebookresearch/audiocraft#egg=audiocraft
|
2 |
torchaudio
|
3 |
TTS @ git+https://github.com/thinhlpg/TTS.git@ff217b3f27b294de194cc59c5119d1e08b06413c
|
4 |
-
typing-extensions
|
5 |
cutlet
|
6 |
-
mecab-python3
|
7 |
-
unidic-lite
|
8 |
-
unidic
|
9 |
langid
|
10 |
deepspeed
|
11 |
pydub
|
12 |
-
gradio
|
13 |
-
fastapi
|
14 |
-
huggingface-hub
|
15 |
-
python-multipart
|
16 |
-
uvicorn
|
17 |
-
vinorm
|
18 |
-
underthesea
|
19 |
langdetect
|
20 |
soundfile
|
21 |
librosa
|
22 |
-
numpy
|
|
|
1 |
audiocraft @ git+https://github.com/facebookresearch/audiocraft#egg=audiocraft
|
2 |
torchaudio
|
3 |
TTS @ git+https://github.com/thinhlpg/TTS.git@ff217b3f27b294de194cc59c5119d1e08b06413c
|
4 |
+
typing-extensions
|
5 |
cutlet
|
6 |
+
mecab-python3
|
7 |
+
unidic-lite
|
8 |
+
unidic
|
9 |
langid
|
10 |
deepspeed
|
11 |
pydub
|
12 |
+
gradio
|
13 |
+
fastapi
|
14 |
+
huggingface-hub
|
15 |
+
python-multipart
|
16 |
+
uvicorn
|
17 |
+
vinorm
|
18 |
+
underthesea
|
19 |
langdetect
|
20 |
soundfile
|
21 |
librosa
|
22 |
+
numpy
|