drewThomasson commited on
Commit
5d0a862
·
verified ·
1 Parent(s): 1a6230d

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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] == 0.24.1
5
-
6
  cutlet
7
  fugashi[unidic-lite]
8
 
9
- #torch==2.1.1+cu118 torchaudio==2.1.1+cu118 --index-url https://download.pytorch.org/whl/cu118
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