yunusajib commited on
Commit
db349e8
·
verified ·
1 Parent(s): b5c0abb

Update requirements.txt

Browse files

added lower bondaries for the requirements

Files changed (1) hide show
  1. requirements.txt +9 -6
requirements.txt CHANGED
@@ -1,8 +1,11 @@
1
- torch
2
- torchaudio
3
- torchvision
4
  openai-whisper==20230918
5
- pyannote.audio==3.3.2
6
  pydub==0.25.1
7
- gradio==5.29.0
8
- transformers==4.49.0
 
 
 
 
 
 
 
 
 
 
1
  openai-whisper==20230918
2
+ pyannote.audio==2.1.1
3
  pydub==0.25.1
4
+ gradio==3.50.2
5
+ transformers==4.36.2
6
+ torchaudio==2.2.0
7
+ torch==2.2.0
8
+ librosa==0.10.1
9
+ ffmpeg-python==0.2.0
10
+ soundfile==0.12.1
11
+