Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -8
requirements.txt
CHANGED
@@ -1,11 +1,4 @@
|
|
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
|
|
|
|
|
1 |
gradio
|
|
|
|
|
2 |
openai-whisper
|
|
|
|
|
3 |
pydub
|
4 |
+
requests
|
|
|
|