Spaces:
Running
Running
Add "transformers" to requirements.txt.
Browse files- requirements-fasterWhisper.txt +2 -1
- requirements.txt +2 -1
requirements-fasterWhisper.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
faster-whisper
|
3 |
ffmpeg-python==0.2.0
|
4 |
gradio==3.36.0
|
|
|
1 |
+
git+https://github.com/huggingface/transformers
|
2 |
+
ctranslate2>=3.16.0
|
3 |
faster-whisper
|
4 |
ffmpeg-python==0.2.0
|
5 |
gradio==3.36.0
|
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
faster-whisper
|
3 |
ffmpeg-python==0.2.0
|
4 |
gradio==3.36.0
|
|
|
1 |
+
git+https://github.com/huggingface/transformers
|
2 |
+
ctranslate2>=3.16.0
|
3 |
faster-whisper
|
4 |
ffmpeg-python==0.2.0
|
5 |
gradio==3.36.0
|