Update requirements.txt
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
|
|
1 |
faster_whisper==1.0.2
|
2 |
gradio==4.13.0
|
3 |
spacy==3.7.4
|
4 |
-
coqui-tts[languages]
|
5 |
-
|
6 |
cutlet
|
7 |
fugashi[unidic-lite]
|
8 |
|
9 |
-
#
|
10 |
-
torch==2.1.1
|
11 |
-
torchaudio==2.1.1
|
|
|
1 |
+
# Python packages for your Hugging Face Space
|
2 |
faster_whisper==1.0.2
|
3 |
gradio==4.13.0
|
4 |
spacy==3.7.4
|
5 |
+
coqui-tts[languages]==0.24.1
|
|
|
6 |
cutlet
|
7 |
fugashi[unidic-lite]
|
8 |
|
9 |
+
# CUDA-enabled PyTorch and Torchaudio
|
10 |
+
torch==2.1.1+cu118
|
11 |
+
torchaudio==2.1.1+cu118 --index-url https://download.pytorch.org/whl/cu118
|