Update requirements.txt
Browse files- requirements.txt +11 -6
requirements.txt
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
Pillow
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers
|
2 |
+
git+https://github.com/openai/whisper.git
|
3 |
+
torch
|
4 |
+
accelerate
|
5 |
+
gradio
|
6 |
+
Pillow
|
7 |
+
matplotlib
|
8 |
+
bitsandbytes
|
9 |
+
gtts
|
10 |
+
torchvision
|
11 |
+
torchaudio
|