Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -3
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
|
|
|
|
|
|
1 |
faster-whisper==1.*
|
2 |
-
gradio==4.*
|
3 |
pydub
|
4 |
-
|
5 |
-
ffmpeg-python
|
|
|
1 |
+
torch
|
2 |
+
transformers==4.*
|
3 |
+
sentencepiece
|
4 |
faster-whisper==1.*
|
|
|
5 |
pydub
|
6 |
+
gradio==4.*
|
|