KIMOSSINO commited on
Commit
8dc41e4
·
verified ·
1 Parent(s): bf533da

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -11
requirements.txt CHANGED
@@ -1,13 +1,12 @@
1
- gradio>=3.50.2
2
  git+https://github.com/openai/whisper.git
3
- transformers>=4.30.0
4
- torch>=2.0.0
5
- sentencepiece
6
- sacremoses
7
  moviepy==1.0.3
8
- ffmpeg-python
9
- tqdm
10
- deep-translator>=1.11.4
11
- TTS
12
- soundfile
13
- numpy
 
1
+ gradio==3.50.2
2
  git+https://github.com/openai/whisper.git
3
+ transformers==4.30.0
4
+ torch==2.0.0
5
+ sentencepiece==0.1.99
6
+ sacremoses==0.0.53
7
  moviepy==1.0.3
8
+ ffmpeg-python==0.2.0
9
+ tqdm==4.65.0
10
+ deep-translator==1.11.4
11
+ python-docx==0.8.11
12
+ numpy==1.24.3