Spaces:
Sleeping
Sleeping
RealSanjay
commited on
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
faster-whisper>=0.9.0
|
2 |
+
gradio>=3.50.2
|
3 |
+
numpy>=1.24.3
|
4 |
+
transformers>=4.30.2
|
5 |
+
textblob>=0.17.1
|
6 |
+
torch>=2.0.1
|
7 |
+
ctranslate2>=3.17.1
|
8 |
+
ffmpeg-python>=0.2.0
|
9 |
+
tokenizers>=0.13.3
|