Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +16 -15
requirements.txt
CHANGED
|
@@ -1,20 +1,21 @@
|
|
| 1 |
# Core dependencies
|
| 2 |
openai==0.28.0
|
| 3 |
-
transformers
|
| 4 |
git+https://github.com/openai/whisper.git
|
| 5 |
-
pydub
|
| 6 |
-
PyMuPDF
|
| 7 |
-
python-docx
|
| 8 |
-
pandas
|
| 9 |
-
gradio
|
| 10 |
-
requests
|
| 11 |
-
beautifulsoup4
|
| 12 |
-
moviepy
|
| 13 |
-
yt-dlp
|
| 14 |
|
| 15 |
# Additional dependencies
|
| 16 |
-
torch
|
| 17 |
-
numpy
|
| 18 |
-
tqdm
|
| 19 |
-
ffmpeg-python
|
| 20 |
-
Pillow
|
|
|
|
|
|
| 1 |
# Core dependencies
|
| 2 |
openai==0.28.0
|
| 3 |
+
transformers==4.30.0
|
| 4 |
git+https://github.com/openai/whisper.git
|
| 5 |
+
pydub==0.25.1
|
| 6 |
+
PyMuPDF==1.21.1
|
| 7 |
+
python-docx==0.8.11
|
| 8 |
+
pandas==2.0.0
|
| 9 |
+
gradio==3.32.0
|
| 10 |
+
requests==2.28.0
|
| 11 |
+
beautifulsoup4==4.11.0
|
| 12 |
+
moviepy==1.0.3
|
| 13 |
+
yt-dlp==2023.3.4
|
| 14 |
|
| 15 |
# Additional dependencies
|
| 16 |
+
torch==2.0.0
|
| 17 |
+
numpy==1.24.0
|
| 18 |
+
tqdm==4.65.0
|
| 19 |
+
ffmpeg-python==0.2.0
|
| 20 |
+
Pillow==9.5.0
|
| 21 |
+
decorator==4.4.2
|