mimishanmi commited on
Commit
be4c9df
·
verified ·
1 Parent(s): 2d87036

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- gradio==3.50.2
2
- openai-whisper==20231117
3
- torch==2.1.0
4
- numpy==1.26.2
5
- ffmpeg-python==0.2.0
6
- tqdm==4.66.1
7
- cryptography==41.0.5
 
 
1
+ --upgrade pip
2
+ gradio>=3.0,<4.0
3
+ openai-whisper>=20231117
4
+ torch~=2.1.0
5
+ numpy
6
+ ffmpeg-python>=0.2.0
7
+ tqdm>=4.66
8
+ cryptography>=41.0