SohomToom commited on
Commit
24c9e51
·
verified ·
1 Parent(s): a8d10e7

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -6
requirements.txt CHANGED
@@ -1,6 +1,14 @@
1
- torch
2
- torchaudio
3
- gradio
4
- numpy
5
- scipy
6
- matplotlib
 
 
 
 
 
 
 
 
 
1
+ torch==2.2.0
2
+ torchaudio==2.2.0
3
+ transformers==4.39.3
4
+ gradio==4.25.0
5
+ librosa==0.10.1
6
+ soundfile==0.12.1
7
+ numpy==1.26.4
8
+ scipy==1.13.0
9
+ numba==0.59.1
10
+ matplotlib==3.8.4
11
+ openai-whisper
12
+ ffmpeg-python
13
+ sentencepiece
14
+ faster-whisper