Spaces:
Running
Running
Update requirements.txt
Browse files- 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
|
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 |
+
|