Spaces:
Build error
Build error
VarunSivamani
commited on
requirements file
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy
|
2 |
+
torch
|
3 |
+
pandas
|
4 |
+
torchvision
|
5 |
+
pillow
|
6 |
+
git+https://github.com/huggingface/transformers
|
7 |
+
git+https://github.com/m-bain/whisperx.git
|
8 |
+
git+https://github.com/huggingface/peft.git
|