gnosticdev commited on
Commit
c461e0c
·
verified ·
1 Parent(s): 805d7cb

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +6 -3
requirements.txt CHANGED
@@ -1,3 +1,6 @@
1
- gradio
2
- numpy
3
- scipy
 
 
 
 
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