gnosticdev commited on
Commit
16339cc
·
verified ·
1 Parent(s): e312a32

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -6
requirements.txt CHANGED
@@ -1,6 +1,6 @@
1
- gradio==4.44.1
2
- openai-whisper==20231117
3
- numpy==1.24.3
4
- ffmpeg-python==0.2.0
5
- torch==2.4.0
6
- torchaudio==2.4.0
 
1
+ gradio>=4.0.0
2
+ openai-whisper>=20231117
3
+ numpy>=1.24.0
4
+ ffmpeg-python>=0.2.0
5
+ torch>=2.0.0
6
+ torchaudio>=2.0.0