Spaces:
Sleeping
Sleeping
Essi
commited on
Commit
·
21c8e2e
1
Parent(s):
e879014
fix: correct `openai-whisper` version specification in `requirements.txt`
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -20,7 +20,7 @@ wikipedia==1.4.0 # WikipediaLoader
|
|
20 |
youtube-transcript-api==1.0.3 # YouTube transcripts
|
21 |
openpyxl==3.1.5 # Excel parsing when GAIA attaches .xlsx
|
22 |
Pillow>=10.2.0 # image handling for transformers
|
23 |
-
openai-whisper
|
24 |
|
25 |
# ── Lightweight vision model
|
26 |
transformers>=4.41.2
|
|
|
20 |
youtube-transcript-api==1.0.3 # YouTube transcripts
|
21 |
openpyxl==3.1.5 # Excel parsing when GAIA attaches .xlsx
|
22 |
Pillow>=10.2.0 # image handling for transformers
|
23 |
+
openai-whisper==20240930
|
24 |
|
25 |
# ── Lightweight vision model
|
26 |
transformers>=4.41.2
|