Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -6
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
#
|
2 |
-
openai-whisper
|
3 |
gradio
|
4 |
|
5 |
-
#
|
|
|
|
|
|
|
6 |
pydub
|
7 |
-
requests
|
8 |
|
9 |
-
#
|
10 |
-
|
|
|
1 |
+
# For the web interface
|
|
|
2 |
gradio
|
3 |
|
4 |
+
# For AI-powered transcription
|
5 |
+
openai-whisper
|
6 |
+
|
7 |
+
# For audio manipulation (extracting from video, chunking)
|
8 |
pydub
|
|
|
9 |
|
10 |
+
# For downloading from Google Drive
|
11 |
+
gdown
|