Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
gradio
|
2 |
torch
|
3 |
-
transformers
|
4 |
langdetect
|
5 |
gtts
|
6 |
moviepy
|
@@ -8,5 +8,4 @@ yt-dlp
|
|
8 |
wget
|
9 |
pytube
|
10 |
moviepy
|
11 |
-
git+https://github.com/openai/whisper.git
|
12 |
-
nltk
|
|
|
1 |
gradio
|
2 |
torch
|
3 |
+
transformers
|
4 |
langdetect
|
5 |
gtts
|
6 |
moviepy
|
|
|
8 |
wget
|
9 |
pytube
|
10 |
moviepy
|
11 |
+
git+https://github.com/openai/whisper.git
|
|