Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -9
requirements.txt
CHANGED
@@ -1,12 +1,8 @@
|
|
1 |
-
|
2 |
-
torchvision
|
3 |
-
torchaudio
|
4 |
transformers
|
5 |
-
|
6 |
-
ffmpeg-python
|
7 |
-
sentencepiece
|
8 |
-
huggingface_hub
|
9 |
librosa
|
10 |
-
|
11 |
-
|
|
|
12 |
|
|
|
1 |
+
moviepy
|
|
|
|
|
2 |
transformers
|
3 |
+
torch
|
|
|
|
|
|
|
4 |
librosa
|
5 |
+
soundfile
|
6 |
+
gradio
|
7 |
+
numpy
|
8 |
|