Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files- package.txt +2 -0
- requirements.txt +7 -2
package.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
ffmpeg
|
2 |
+
unzip
|
requirements.txt
CHANGED
@@ -1,3 +1,8 @@
|
|
1 |
-
|
|
|
|
|
2 |
transformers
|
3 |
-
|
|
|
|
|
|
|
|
1 |
+
ffmpeg-python
|
2 |
+
git+https://github.com/huggingface/transformers
|
3 |
+
git+https://github.com/openai/whisper.git
|
4 |
transformers
|
5 |
+
gradio
|
6 |
+
torch
|
7 |
+
torchaudio
|
8 |
+
torchvision
|