Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
@@ -1,5 +1,9 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
gradio
|
|
|
|
|
|
|
|
|
5 |
|
|
|
1 |
+
torch
|
2 |
+
torchvision
|
3 |
+
torchaudio
|
4 |
gradio
|
5 |
+
faster-whisper
|
6 |
+
pydub
|
7 |
+
transformers
|
8 |
+
git+https://github.com/huggingface/transformers
|
9 |
|