add torchvision and torchaudio
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -4,6 +4,8 @@ git+https://github.com/openai/whisper.git
|
|
4 |
git+https://github.com/ytdl-org/youtube-dl.git
|
5 |
|
6 |
torch
|
|
|
|
|
7 |
transformers
|
8 |
opencv-python
|
9 |
Pillow
|
|
|
4 |
git+https://github.com/ytdl-org/youtube-dl.git
|
5 |
|
6 |
torch
|
7 |
+
torchvision
|
8 |
+
torchaudio
|
9 |
transformers
|
10 |
opencv-python
|
11 |
Pillow
|