Update requirements.txt
Browse files- requirements.txt +2 -7
requirements.txt
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
|
|
| 1 |
gradio
|
| 2 |
-
transformers
|
| 3 |
-
torch
|
| 4 |
-
accelerate
|
| 5 |
-
ffmpeg-python
|
| 6 |
python-docx
|
| 7 |
-
|
| 8 |
-
sumy
|
| 9 |
-
nltk
|
| 10 |
sentence-splitter
|
|
|
|
| 1 |
+
faster-whisper
|
| 2 |
gradio
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
python-docx
|
| 4 |
+
webvtt-py
|
|
|
|
|
|
|
| 5 |
sentence-splitter
|