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