mgbam commited on
Commit
a0d7412
·
verified ·
1 Parent(s): a2a0d36

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -4,10 +4,12 @@ openai==0.27.0
4
  ffmpeg-python==0.2.0
5
  python-dotenv==1.0.0
6
  # For local whisper usage:
7
- whisper==1.1.0
8
  # For open-source LLM usage (optional):
9
  torch==2.0.0
10
  transformers==4.30.2
11
  # If using custom auth:
12
  streamlit-authenticator
13
 
 
 
 
4
  ffmpeg-python==0.2.0
5
  python-dotenv==1.0.0
6
  # For local whisper usage:
7
+ openai-whisper
8
  # For open-source LLM usage (optional):
9
  torch==2.0.0
10
  transformers==4.30.2
11
  # If using custom auth:
12
  streamlit-authenticator
13
 
14
+
15
+