Kr08 commited on
Commit
5449862
·
verified ·
1 Parent(s): c6007d5

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -5,13 +5,16 @@ pandas
5
  pyannote.audio
6
  pyperclip
7
  sentencepiece
8
- gradio
9
  speechbrain==0.5.16
10
- torch>=2
11
- torchaudio>=2
12
  faster-whisper==1.0.0
13
  setuptools>=65
14
  nltk
15
  python-dotenv
 
 
 
16
  cdifflib
17
  pydub
 
5
  pyannote.audio
6
  pyperclip
7
  sentencepiece
8
+ gradio==4.43.0
9
  speechbrain==0.5.16
10
+ torch==2.0.0 --index-url https://download.pytorch.org/whl/cu118
11
+ torchaudio==2.0.0
12
  faster-whisper==1.0.0
13
  setuptools>=65
14
  nltk
15
  python-dotenv
16
+ ctranslate2
17
+ nvidia-cublas-cu11
18
+ torchvision
19
  cdifflib
20
  pydub