RASMUS commited on
Commit
0060bc7
1 Parent(s): 8ac1f7f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -11
requirements.txt CHANGED
@@ -1,18 +1,19 @@
1
  gradio==3.12
2
- ffmpeg-python
3
  pandas==1.5.0
4
  pytube==12.1.0
5
- sacremoses
6
- sentencepiece
7
- tokenizers
8
- torch
9
- torchaudio
10
  tqdm==4.64.1
11
  EasyNMT==2.0.2
12
- tqdm
13
- nltk
14
- transformers
15
- pysrt
16
  psutil==5.9.2
17
  requests
18
- uvicorn==0.22.0
 
 
1
  gradio==3.12
2
+ ffmpeg-python==0.2.0
3
  pandas==1.5.0
4
  pytube==12.1.0
5
+ sacremoses==0.0.53
6
+ sentencepiece==0.1.99
7
+ tokenizers==0.13.3
8
+ torch==2.0.1
9
+ torchaudio==2.0.2
10
  tqdm==4.64.1
11
  EasyNMT==2.0.2
12
+ tqdm==4.64.1
13
+ nltk==3.8.1
14
+ transformers==4.29.2
15
+ pysrt==1.1.2
16
  psutil==5.9.2
17
  requests
18
+ uvicorn==0.22.0
19
+ pytube==15.0.0