staraks commited on
Commit
7d173d1
·
verified ·
1 Parent(s): 594db0e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -7
requirements.txt CHANGED
@@ -1,7 +1,3 @@
1
- # Add python-docx (the import is from `docx`, the PyPI package name is `python-docx`)
2
- python-docx==0.8.11
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