Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 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
|
|
|
|
| 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
|