kavehtaheri commited on
Commit
1b7f093
·
verified ·
1 Parent(s): 9d72865

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
- # Main transcription and UI libraries
2
- openai-whisper
3
  gradio
4
 
5
- # Audio and web request utilities
 
 
 
6
  pydub
7
- requests
8
 
9
- # (Optional but Recommended) for better performance with Gradio
10
- orjson
 
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