Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -10,8 +10,8 @@ tokenizers==0.12.1
|
|
10 |
torch==1.12.1
|
11 |
torchaudio==0.12.1
|
12 |
tqdm==4.64.1
|
13 |
-
EasyNMT==2.0.2
|
14 |
transformers==4.22.2
|
15 |
pysrt
|
16 |
whisper @ git+https://github.com/openai/whisper.git
|
17 |
-
psutil==5.9.2
|
|
|
|
10 |
torch==1.12.1
|
11 |
torchaudio==0.12.1
|
12 |
tqdm==4.64.1
|
|
|
13 |
transformers==4.22.2
|
14 |
pysrt
|
15 |
whisper @ git+https://github.com/openai/whisper.git
|
16 |
+
psutil==5.9.2
|
17 |
+
requests
|