Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
pip
|
2 |
-
git+https://github.com/huggingface/transformers.git
|
3 |
-
accelerate
|
4 |
-
datasets[audio]
|
5 |
pytube
|
|
|
|
|
6 |
whisperx
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
pytube
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
whisperx
|
5 |
+
datasets
|
6 |
+
mlxtend
|
7 |
+
accelerate
|
8 |
+
gradio
|