Spaces:
Runtime error
Runtime error
Update requirements.txt to have git links for transformers, whisperx, peft
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
numpy
|
2 |
torch
|
3 |
-
transformers
|
4 |
-
whisperx
|
5 |
pandas
|
6 |
-
|
|
|
|
|
|
1 |
numpy
|
2 |
torch
|
|
|
|
|
3 |
pandas
|
4 |
+
git+https://github.com/huggingface/transformers
|
5 |
+
git+https://github.com/m-bain/whisperx.git
|
6 |
+
git+https://github.com/huggingface/peft.git
|