Update requirements.txt
Browse files- requirements.txt +3 -7
requirements.txt
CHANGED
|
@@ -1,7 +1,3 @@
|
|
| 1 |
-
#
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
# Optional: if you use images in documents or want to ensure predictable behavior,
|
| 5 |
-
# you can also list lxml and Pillow. Try without them first; add these only if you see build errors.
|
| 6 |
-
# lxml==4.9.3
|
| 7 |
-
# Pillow==9.5.0
|
|
|
|
| 1 |
+
# OpenAI Whisper (provides "import whisper") and PyTorch
|
| 2 |
+
openai-whisper
|
| 3 |
+
torch
|
|
|
|
|
|
|
|
|
|
|
|